Version 1.0, Copyright ©1992 by Doug McClure. All Rights Reserved.
MiscList |
Inherits From: | List : Object | |
Conforms To: | MiscListCursorPositioning | |
Declared In: | MiscList.h |
Class Description |
MiscList is a generic List class with the MiscListCursorPositioning protocol added to it. This class can be used to add other methods to that subclasses might benefit from. There are currently no other methods implemented besides the ones in the protocol. |
Instance Variables |
int cursor |
cursor | Cursor position value. |
Adopted Protocols |
MiscListCursorPositioning | - currentPosition - setFirstObject - setLastObject - setNextObject - setPreviousObject - setTo: |