Up

EOTextAssociation class documentation

Authors

David Ayers (ayers@fsfe.org)

Copyright: (C) 2004,2005 Free Software Foundation, Inc.

Software documentation for the EOTextAssociation class

EOTextAssociation : EOAssociation

Declared in:
EOInterface/EOTextAssociation.h
Description forthcoming.

Instance Variables

Method summary

aspectSignatures 

+ (NSArray*) aspectSignatures;
Description forthcoming.

aspects 

+ (NSArray*) aspects;
Description forthcoming.

isUsableWithObject: 

+ (BOOL) isUsableWithObject: (id)object;
Description forthcoming.

objectKeysTaken 

+ (NSArray*) objectKeysTaken;
Description forthcoming.

primaryAspect 

+ (NSString*) primaryAspect;
Description forthcoming.

breakConnection 

- (void) breakConnection;
Description forthcoming.

control: didFailToValidatePartialString: errorDescription: 

- (void) control: (NSControl*)control didFailToValidatePartialString: (NSString*)string errorDescription: (NSString*)description;
Description forthcoming.

control: isValidObject: 

- (BOOL) control: (NSControl*)control isValidObject: (id)object;
Description forthcoming.

endEditing 

- (BOOL) endEditing;
Description forthcoming.

establishConnection 

- (void) establishConnection;
Description forthcoming.

subjectChanged 

- (void) subjectChanged;
Description forthcoming.

textShouldBeginEditing: 

- (BOOL) textShouldBeginEditing: (NSText*)text;
Description forthcoming.

textShouldEndEditing: 

- (BOOL) textShouldEndEditing: (NSText*)text;
Description forthcoming.



Instance Variables for EOTextAssociation Class

_lastValue

@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