FSKeyRange


Inherits From:
NSObject
Declared In:
FSKeyRange.h


Class Description

No class description.


Instance Variables

id<FSItem> _1st;
id<FSItem> _2nd;
NSArray *_keyCache;

_1stNo description.
_2ndNo description.
_keyCacheNo description.


Method Types

+ keyRangeFromItem:toItem:
+ keyRangeWithRange:inGroup:
- table
- header
- group
- creatorString
- indexRange
- keyIndexRange
- keysInRange
- itemsInRange
- isSingleItem
- singleItem
- isAtTop
- isAtBottom


Class Methods

keyRangeFromItem:toItem:

+ (FSKeyRange*)keyRangeFromItem:(id<FSItem>)first toItem:(id<FSItem>)second

No method description.


keyRangeWithRange:inGroup:

+ (FSKeyRange*)keyRangeWithRange:(NSRange)range inGroup:(FSKeyGroup*)group

No method description.


Instance Methods

creatorString

- (NSString*)creatorString

No method description.


group

- (FSKeyGroup*)group

No method description.


header

- (FSHeader*)header

No method description.


indexRange

- (NSRange)indexRange

No method description.


isAtBottom

- (BOOL)isAtBottom

No method description.


isAtTop

- (BOOL)isAtTop

No method description.


isSingleItem

- (BOOL)isSingleItem

No method description.


itemsInRange

- (NSArray*)itemsInRange

No method description.


keyIndexRange

- (NSRange)keyIndexRange

No method description.


keysInRange

- (NSArray*)keysInRange

No method description.


singleItem

- (id<FSItem>)singleItem

No method description.


table

- (FSTable*)table

No method description.


Version 1.1 Copyright ©2002 by Stefan Leuker. All Rights Reserved.