Up

EOControlAssociation documentation

Authors

David Ayers (ayers@fsfe.org)

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


Contents -

  1. Software documentation for the EOActionCellAssociation class
  2. Software documentation for the EOControlAssociation class
  3. Software documentation for the EOGenericControlAssociation class
  4. Software documentation for the NSImage(EOImageFactory) category

Software documentation for the EOActionCellAssociation class

EOActionCellAssociation : EOGenericControlAssociation

Declared in:
EOInterface/EOControlAssociation.h
Description forthcoming.
Method summary

displayName 

+ (NSString*) displayName;
Description forthcoming.

isUsableWithObject: 

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

breakConnection 

- (void) breakConnection;
Description forthcoming.

control 

- (NSControl*) control;
Description forthcoming.

editingAssociation 

- (EOGenericControlAssociation*) editingAssociation;
Description forthcoming.

establishConnection 

- (void) establishConnection;
Description forthcoming.

Software documentation for the EOControlAssociation class

EOControlAssociation : EOGenericControlAssociation

Declared in:
EOInterface/EOControlAssociation.h
Description forthcoming.
Method summary

displayName 

+ (NSString*) displayName;
Description forthcoming.

isUsableWithObject: 

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

breakConnection 

- (void) breakConnection;
Description forthcoming.

control 

- (NSControl*) control;
Description forthcoming.

editingAssociation 

- (EOGenericControlAssociation*) editingAssociation;
Description forthcoming.

establishConnection 

- (void) establishConnection;
Description forthcoming.

Software documentation for the EOGenericControlAssociation class

EOGenericControlAssociation : EOAssociation

Declared in:
EOInterface/EOControlAssociation.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.

breakConnection 

- (void) breakConnection;
Description forthcoming.

control 

- (NSControl*) control;
Description forthcoming.

control: didFailToFormatString: errorDescription: 

- (BOOL) control: (NSControl*)control didFailToFormatString: (NSString*)string errorDescription: (NSString*)description;
Description forthcoming.

control: isValidObject: 

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

control: textShouldBeginEditing: 

- (BOOL) control: (NSControl*)control textShouldBeginEditing: (NSText*)fieldEditor;
Description forthcoming.

editingAssociation 

- (EOGenericControlAssociation*) editingAssociation;
Description forthcoming.

endEditing 

- (BOOL) endEditing;
Description forthcoming.

establishConnection 

- (void) establishConnection;
Description forthcoming.

subjectChanged 

- (void) subjectChanged;
Description forthcoming.



Instance Variables for EOGenericControlAssociation Class

_didChange

@protected BOOL _didChange;
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.

_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.




Software documentation for the NSImage(EOImageFactory) category

NSImage(EOImageFactory)

Declared in:
EOInterface/EOControlAssociation.h
Description forthcoming.
Method summary

imageWithData: 

+ (id) imageWithData: (NSData*)data;
Description forthcoming.


Up