FSSelection


Inherits From:
NSObject
Declared In:
FSSelection.h


Class Description

No class description.


Instance Variables

NSArray *_ranges;

_rangesNo description.


Method Types

+ selection
+ selectionWithRanges:
- initWithRanges:
- headerCount
- ranges
- completeKeySets
- containsKeySet:
- isComplete
- isSingleSelection
- singleValue
- isMultipleSelection
- objectEnumerator
- valueEnumeratorForBaseSet:
- creatorString


Class Methods

selection

+ (FSSelection*)selection

No method description.


selectionWithRanges:

+ (FSSelection*)selectionWithRanges:(NSArray*)ranges

No method description.


Instance Methods

completeKeySets

- (NSArray*)completeKeySets

No method description.


containsKeySet:

- (BOOL)containsKeySet:(FSKeySet*)set

No method description.


creatorString

- (NSString*)creatorString

No method description.


headerCount

- (int)headerCount

No method description.


initWithRanges:

- (id)initWithRanges:(NSArray*)ranges

No method description.


isComplete

- (BOOL)isComplete

No method description.


isMultipleSelection

- (BOOL)isMultipleSelection

No method description.


isSingleSelection

- (BOOL)isSingleSelection

No method description.


objectEnumerator

- (NSEnumerator*)objectEnumerator

No method description.


ranges

- (NSArray*)ranges

No method description.


singleValue

- (id)singleValue

No method description.


valueEnumeratorForBaseSet:

- (NSEnumerator*)valueEnumeratorForBaseSet:(FSKeySet*)baseSet

No method description.


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