C# 클래스 Smartmobili.Cocoa.NSTextField

상속: NSControl
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_delegate id
_error_action SEL
_text_object NSText

공개 메소드들

메소드 설명
Alloc ( ) : NSTextField
InitWithCoder ( NSCoder aDecoder ) : id
InitWithFrame ( NSRect frameRect ) : id
SelectText ( id sender ) : void

비공개 메소드들

메소드 설명
Initialize ( ) : void
NSTextField ( ) : System
_Delegate ( ) : id
_IsEditable ( ) : bool
_IsSelectable ( ) : bool
_NextText ( ) : id
_PreviousText ( ) : id
_SetDelegate ( id anObject ) : void
_SetEditable ( bool flag ) : void
_SetNextText ( id anObject ) : void
_SetPreviousText ( id anObject ) : void
_SetSelectable ( bool flag ) : void
_isFlipped ( ) : bool

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSTextField
리턴 NSTextField

InitWithCoder() 공개 메소드

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
리턴 id

InitWithFrame() 공개 메소드

public InitWithFrame ( NSRect frameRect ) : id
frameRect NSRect
리턴 id

SelectText() 공개 메소드

public SelectText ( id sender ) : void
sender id
리턴 void

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_delegate 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _delegate
리턴 id

_error_action 보호되어 있는 프로퍼티

protected SEL,Smartmobili.Cocoa _error_action
리턴 SEL

_text_object 보호되어 있는 프로퍼티

protected NSText,Smartmobili.Cocoa _text_object
리턴 NSText