C# 클래스 Smartmobili.Cocoa.NSTextFieldCell

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

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_background_color NSColor
_bezelStyle NSTextFieldBezelStyle
_placeholder id
_text_color NSColor

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
InitTextCell ( NSString aString ) : id
InitWithCoder ( NSCoder aDecoder ) : id
NSTextFieldCell ( ) : System
SetUpFieldEditorAttributes ( NSText textObject ) : NSText

메소드 상세

InitTextCell() 공개 메소드

public InitTextCell ( NSString aString ) : id
aString NSString
리턴 id

InitWithCoder() 공개 메소드

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

NSTextFieldCell() 공개 메소드

public NSTextFieldCell ( ) : System
리턴 System

SetUpFieldEditorAttributes() 공개 메소드

public SetUpFieldEditorAttributes ( NSText textObject ) : NSText
textObject NSText
리턴 NSText

프로퍼티 상세

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

public static Class,Smartmobili.Cocoa Class
리턴 Class

_background_color 보호되어 있는 프로퍼티

protected NSColor,Smartmobili.Cocoa _background_color
리턴 NSColor

_bezelStyle 보호되어 있는 프로퍼티

protected NSTextFieldBezelStyle _bezelStyle
리턴 NSTextFieldBezelStyle

_placeholder 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _placeholder
리턴 id

_text_color 보호되어 있는 프로퍼티

protected NSColor,Smartmobili.Cocoa _text_color
리턴 NSColor