FSTable


Inherits From:
NSObject
Declared In:
FSTable.h


Class Description

No class description.


Global Variables

Synopsis:

NSString* FSTableWillChangeNotification;
NSString* FSTableDidChangeNotification;
NSString* FSItemWillChangeNotification;
NSString* FSItemDidChangeNotification;
NSString* FSValueDidChangeNotification;
NSString* FSEditRevertedNotification;
NSString* FSNewNameUserInfo;
NSString* FSOldPathUserInfo;


Instance Variables

NSMutableArray *_headers;
NSMutableDictionary *_values;
FSFormulaSpace *_formulaSpace;
id<FSDocument> _document;
NSString *_name;
NSData *_comment;

_headersThe categories. Type: FSHeader
_valuesAll values in the sheet. Type: FSValue
_formulaSpaceStorage for formulae
_documentDescription forthcoming.
_nameThe table's name.
_commentAn RTF comment entered by the user.


Method Types

- name
- setName:
- comment
- setComment:
- document
- setDocument:
- undoManager
- formulae
- addFormula:
- insertFormula:atIndex:
- removeFormula:
- moveFormulaAtIndex:toIndex:
- recalculateFormulaSpace
- disableRecalculation
- enableRecalculation
- setCreator:forFormula:
- formulaCalculatingKeySet:
- headers
- addHeader:
- removeHeader:
- nextAvailableHeaderName
- headerWithName:
- headersWithNames:
- keySetsForHeaders:
- valueForKeySet:
- _revalidateAllExistingValues
- valuesInSelection:
- setValues:inSelection:

Instance Methods

_revalidateAllExistingValues

- (void)_revalidateAllExistingValues

No method description.


addFormula:

- (void)addFormula:(NSString*)aFormula

No method description.


addHeader:

- (void)addHeader:(FSHeader*)newHeader

No method description.


comment

- (NSData*)comment

No method description.


disableRecalculation

- (void)disableRecalculation

No method description.


document

- (id<FSDocument>)document

No method description.


enableRecalculation

- (void)enableRecalculation

No method description.


formulaCalculatingKeySet:

- (FSFormula*)formulaCalculatingKeySet:(FSKeySet*)keySet

No method description.


formulae

- (NSArray*)formulae

No method description.


headerWithName:

- (FSHeader*)headerWithName:(NSString*)name

No method description.


headers

- (NSArray*)headers

No method description.


headersWithNames:

- (NSArray*)headersWithNames:(NSArray*)names

No method description.


insertFormula:atIndex:

- (void)insertFormula:(NSString*)aFormula atIndex:(int)index

No method description.


keySetsForHeaders:

- (NSArray*)keySetsForHeaders:(NSArray*)headers

No method description.


moveFormulaAtIndex:toIndex:

- (void)moveFormulaAtIndex:(int)idx1 toIndex:(int)idx2

No method description.


name

- (NSString*)name

No method description.


nextAvailableHeaderName

- (NSString*)nextAvailableHeaderName

No method description.


recalculateFormulaSpace

- (void)recalculateFormulaSpace

No method description.


removeFormula:

- (void)removeFormula:(FSFormula*)aFormula

No method description.


removeHeader:

- (void)removeHeader:(FSHeader*)aHeader

No method description.


setComment:

- (void)setComment:(NSData*)comment

No method description.


setCreator:forFormula:

- (void)setCreator:(NSString*)creator forFormula:(FSFormula*)formula

No method description.


setDocument:

- (void)setDocument:(id<FSDocument>)document

No method description.


setName:

- (void)setName:(NSString*)name

No method description.


setValues:inSelection:

- (void)setValues:(NSArray*)values inSelection:(FSSelection*)selection

No method description.


undoManager

- (NSUndoManager*)undoManager

No method description.


valueForKeySet:

- (FSValue*)valueForKeySet:(FSKeySet*)keySet

No method description.


valuesInSelection:

- (NSArray*)valuesInSelection:(FSSelection*)selection

No method description.


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