C# Class Smartmobili.Cocoa.NSTextFieldCell

Inheritance: NSActionCell
Datei anzeigen Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_background_color NSColor
_bezelStyle NSTextFieldBezelStyle
_placeholder id
_text_color NSColor

Private Properties

Property Type Description

Public Methods

Method Description
InitTextCell ( NSString aString ) : id
InitWithCoder ( NSCoder aDecoder ) : id
NSTextFieldCell ( ) : System
SetUpFieldEditorAttributes ( NSText textObject ) : NSText

Method Details

InitTextCell() public method

public InitTextCell ( NSString aString ) : id
aString NSString
return id

InitWithCoder() public method

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
return id

NSTextFieldCell() public method

public NSTextFieldCell ( ) : System
return System

SetUpFieldEditorAttributes() public method

public SetUpFieldEditorAttributes ( NSText textObject ) : NSText
textObject NSText
return NSText

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_background_color protected_oe property

protected NSColor,Smartmobili.Cocoa _background_color
return NSColor

_bezelStyle protected_oe property

protected NSTextFieldBezelStyle _bezelStyle
return NSTextFieldBezelStyle

_placeholder protected_oe property

protected id,Smartmobili.Cocoa _placeholder
return id

_text_color protected_oe property

protected NSColor,Smartmobili.Cocoa _text_color
return NSColor