Up
Authors
- David Ayers (
ayers@fsfe.org)
-
Date: Generated at 2025-12-01
Copyright: (C) 2004,2005 Free Software Foundation, Inc.
- Declared in:
- EOInterface/EORecursiveBrowserAssociation.h
Description forthcoming.
EORecursiveBrowserAssociation declares 4 Instance Variables
+ (
NSArray*)
aspectSignatures;
Description forthcoming.
+ (
NSArray*)
aspects;
Description forthcoming.
+ (
NSArray*)
associationClassesSuperseded;
Description forthcoming.
+ (
NSString*)
displayName;
Description forthcoming.
+ (BOOL)
isUsableWithObject: (id)object;
Description forthcoming.
+ (
NSArray*)
objectKeysTaken;
Description forthcoming.
+ (
NSString*)
primaryAspect;
Description forthcoming.
- (void)
breakConnection;
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (void)
browser: (
NSBrowser*)sender
createRowsForColumn: (int)column
inMatrix: (
NSMatrix*)matrix;
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (void)
establishConnection;
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (id)
initWithObject: (id)object;
Description forthcoming.
- (void)
subjectChanged;
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
Instance Variables for EORecursiveBrowserAssociation Class
@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.
@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.
@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.
@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