May 2003
Intermediate to advanced
566 pages
27h 29m
English
NSIndexSpecifier — Mac OS X 10.0
This class represents the scripting language reference form used to specify an object in a collection according to its indexed position in the collection.
|
|
@interface NSIndexSpecifier : NSScriptObjectSpecifier
|
// Initializers
|
- (id)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(NSScriptObjectSpecifier *)container key:(NSString *)property index:(int)index; |
// Accessor Methods
|
- (void)setIndex:(int)index; |
- (int)index;
|
Read now
Unlock full access