All Packages Class Hierarchy This Package Previous Next Index
NSControl
class.
The methods in this interface are delegate 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.
- control:didFailToFormatString:errorDescription:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
- control:didFailToValidatePartialString:errorDescription:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
- control:isValidObject:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
- control:textShouldBeginEditing:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
- control:textShouldEndEditing:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
- control:textView:doCommandBySelector:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
public abstract boolean controlTextShouldBeginEditing(Control control, Text fieldEditor)
- control:textShouldBeginEditing:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
public abstract boolean controlTextShouldEndEditing(Control control, Text fieldEditor)
- control:textShouldEndEditing:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
public abstract boolean controlDidFailToFormatStringErrorDescription(Control control, String string, String error)
- control:didFailToFormatString:errorDescription:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
public abstract void controlDidFailToValidatePartialString(Control control, String string, String error)
- control:didFailToValidatePartialString:errorDescription:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
public abstract boolean controlIsValidObject(Control control, Object obj)
- control:isValidObject:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
public abstract boolean controlTextViewDoCommandBySelector(Control control, TextView textView, Selector commandSelector)
- control:textView:doCommandBySelector:
Objective-C instance method
implemented by delegates of the Control
class
(known as the NSControl
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index