Up

EORecursiveBrowserAssociation class documentation

Authors

David Ayers (ayers@fsfe.org)

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

Software documentation for the EORecursiveBrowserAssociation class

EORecursiveBrowserAssociation : EOAssociation

Declared in:
EOInterface/EORecursiveBrowserAssociation.h
Description forthcoming.

Instance Variables

Method summary

aspectSignatures 

+ (NSArray*) aspectSignatures;
Description forthcoming.

aspects 

+ (NSArray*) aspects;
Description forthcoming.

associationClassesSuperseded 

+ (NSArray*) associationClassesSuperseded;
Description forthcoming.

displayName 

+ (NSString*) displayName;
Description forthcoming.

isUsableWithObject: 

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

objectKeysTaken 

+ (NSArray*) objectKeysTaken;
Description forthcoming.

primaryAspect 

+ (NSString*) primaryAspect;
Description forthcoming.

breakConnection 

- (void) breakConnection;
Description forthcoming.

browser: createRowsForColumn: inMatrix: 

- (void) browser: (NSBrowser*)sender createRowsForColumn: (int)column inMatrix: (NSMatrix*)matrix;
Description forthcoming.

establishConnection 

- (void) establishConnection;
Description forthcoming.

initWithObject: 

- (id) initWithObject: (id)object;
Description forthcoming.

subjectChanged 

- (void) subjectChanged;
Description forthcoming.



Instance Variables for EORecursiveBrowserAssociation Class

_currDG

@protected EODisplayGroup* _currDG;
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.

_eoPath

@protected NSMutableArray* _eoPath;
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.

_orgChildDS

@protected EODataSource* _orgChildDS;
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.

_rootDG

@protected EODisplayGroup* _rootDG;
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