Up

EOAspectConnector class documentation

Authors

Matt Rice (ratmice@yahoo.com)

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

Software documentation for the EOAspectConnector class

EOAspectConnector : NSNibConnector

Declared in:
EOInterface/EOAspectConnector.h
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

aspectName 

- (NSString*) aspectName;
Availability: OpenStep

Description forthcoming.

association 

- (EOAssociation*) association;
Availability: OpenStep

Description forthcoming.

destinationKey 

- (NSString*) destinationKey;
Availability: OpenStep

Description forthcoming.

initWithAssociation: aspectName: 

- (id) initWithAssociation: (EOAssociation*)association aspectName: (NSString*)name;
Availability: OpenStep

Description forthcoming.



Instance Variables for EOAspectConnector Class

_aspectName

@protected NSString* _aspectName;
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.

_association

@protected EOAssociation* _association;
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.

_destinationKey

@protected NSString* _destinationKey;
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.

_dg

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