All Packages Class Hierarchy This Package Previous Next Index
NSControl
class.
The methods in this interface are notifications methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- controlTextDidBeginEditing:
Objective-C instance method
associated to notifications sent by the Control
class
(known as the NSControl
Objective-C class).
- controlTextDidChange:
Objective-C instance method
associated to notifications sent by the Control
class
(known as the NSControl
Objective-C class).
- controlTextDidEndEditing:
Objective-C instance method
associated to notifications sent by the Control
class
(known as the NSControl
Objective-C class).
public abstract void controlTextDidBeginEditing(Notification obj)
- controlTextDidBeginEditing:
Objective-C instance method
associated to notifications sent by the Control
class
(known as the NSControl
Objective-C class).
public abstract void controlTextDidEndEditing(Notification obj)
- controlTextDidEndEditing:
Objective-C instance method
associated to notifications sent by the Control
class
(known as the NSControl
Objective-C class).
public abstract void controlTextDidChange(Notification obj)
- controlTextDidChange:
Objective-C instance method
associated to notifications sent by the Control
class
(known as the NSControl
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index