Up

EOArrayDataSource class documentation

Authors

Stephane Corthesy (stephane@sente.ch)

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

Software documentation for the EOArrayDataSource class

EOArrayDataSource : EODataSource

Declared in:
EOControl/EOArrayDataSource.h
Conforms to:
NSCoding
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

initWithClassDescription: editingContext: 

- (id) initWithClassDescription: (EOClassDescription*)classDescription editingContext: (EOEditingContext*)context;
Availability: OpenStep

Description forthcoming.

setArray: 

- (void) setArray: (NSArray*)array;
Availability: OpenStep

Description forthcoming.



Instance Variables for EOArrayDataSource Class

_classDescription

@protected EOClassDescription* _classDescription;
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.

_context

@protected EOEditingContext* _context;
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.

_objects

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