C# Class Smartmobili.Cocoa.NSTextField

Inheritance: NSControl
Mostra file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_delegate id
_error_action SEL
_text_object NSText

Public Methods

Method Description
Alloc ( ) : NSTextField
InitWithCoder ( NSCoder aDecoder ) : id
InitWithFrame ( NSRect frameRect ) : id
SelectText ( id sender ) : void

Private Methods

Method Description
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

Method Details

Alloc() public static method

public static Alloc ( ) : NSTextField
return NSTextField

InitWithCoder() public method

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

InitWithFrame() public method

public InitWithFrame ( NSRect frameRect ) : id
frameRect NSRect
return id

SelectText() public method

public SelectText ( id sender ) : void
sender id
return void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_delegate protected_oe property

protected id,Smartmobili.Cocoa _delegate
return id

_error_action protected_oe property

protected SEL,Smartmobili.Cocoa _error_action
return SEL

_text_object protected_oe property

protected NSText,Smartmobili.Cocoa _text_object
return NSText