Up

GSWeb: Class GSWDictionaryRepetition

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.5

Date: 2003/03/24 07:45:51

Copyright: (C) 1999-2003 Free Software Foundation, Inc.

Software documentation for the GSWDictionaryRepetition class

GSWDictionaryRepetition : GSWComponent

Declared in:
Foundation/GSWDictionaryRepetition.h
Standards:

Description forthcoming.


Instance Variables

Method summary

awake 

- (void) awake;

Description forthcoming.


currentKey 

- (id) currentKey;

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


dictionary 

- (NSDictionary*) dictionary;

Description forthcoming.


keyList 

- (NSArray*) keyList;

Description forthcoming.


setCurrentKey: 

- (void) setCurrentKey: (NSString*)aKey;

Description forthcoming.


sleep 

- (void) sleep;

Description forthcoming.


synchronizesVariablesWithBindings 

- (BOOL) synchronizesVariablesWithBindings;

Description forthcoming.




Instance Variables for GSWDictionaryRepetition Class

_dictionary

@protected NSDictionary* _dictionary;

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.


_keyList

@protected NSArray* _keyList;

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