Up
Authors
David Ayers (ayers@fsfe.org
)
Date: Generated at 2025-03-07 04:56:32 +0000
Copyright: (C) 2004,2005 Free Software Foundation, Inc.
class_EOTextAssociation
EOAssociation
EOAssociation
EOTextAssociation
EOTextAssociation
EOAssociation->EOTextAssociation
Declared in:
EOInterface/EOTextAssociation.h
Description forthcoming.
Instance Variables
+ (
NSArray *)
aspectSignatures ;
Description forthcoming.
+ (
NSArray *)
aspects ;
Description forthcoming.
+ (BOOL)
isUsableWithObject: (id)object;
Description forthcoming.
+ (
NSArray *)
objectKeysTaken ;
Description forthcoming.
+ (
NSString *)
primaryAspect ;
Description forthcoming.
- (void)
breakConnection ;
Description forthcoming.
- (void)
control: (
NSControl *)control
didFailToValidatePartialString: (
NSString *)string
errorDescription: (
NSString *)description;
Description forthcoming.
- (BOOL)
control: (
NSControl *)control
isValidObject: (id)object;
Description forthcoming.
- (BOOL)
endEditing ;
Description forthcoming.
- (void)
establishConnection ;
Description forthcoming.
- (void)
subjectChanged ;
Description forthcoming.
- (BOOL)
textShouldBeginEditing: (
NSText *)text;
Description forthcoming.
- (BOOL)
textShouldEndEditing: (
NSText *)text;
Description forthcoming.
Instance Variables for EOTextAssociation Class
@protected id
_lastValue ;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
Up