C# Class Smartmobili.Cocoa.NSTextField

Inheritance: NSControl
Afficher le fichier Open project: smartmobili/CocoaBuilder

Méthodes publiques

Свойство Type Description
Class Class

Protected Properties

Свойство Type Description
_delegate id
_error_action SEL
_text_object NSText

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static Alloc ( ) : NSTextField
Résultat NSTextField

InitWithCoder() public méthode

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
Résultat id

InitWithFrame() public méthode

public InitWithFrame ( NSRect frameRect ) : id
frameRect NSRect
Résultat id

SelectText() public méthode

public SelectText ( id sender ) : void
sender id
Résultat void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
Résultat Class

_delegate protected_oe property

protected id,Smartmobili.Cocoa _delegate
Résultat id

_error_action protected_oe property

protected SEL,Smartmobili.Cocoa _error_action
Résultat SEL

_text_object protected_oe property

protected NSText,Smartmobili.Cocoa _text_object
Résultat NSText