FSDocument


Inherits From:
NSDocument
Conforms To:
FSDocument
Declared In:
FSDocument.h


Class Description

No class description.


Macro Definitions

Synopsis:

FS_LOCALIZE(__STRG__)


Instance Variables

NSMutableArray *_tables;
NSMutableArray *_globalCategories;
NSMutableArray *_closedViews;
BOOL _autoRecalc;
BOOL _needsRecalc;

_tablesContains FSTable instances.
_globalCategoriesContains linked header information.
_closedViewsContains dictionaries for closed views.
_autoRecalcFlag: Automatically recalculate formulas.
_needsRecalcFlag: Need recalculate of formulas.


Method Types

- newTableView:
- newTable:
- deleteTable:
- newTableView:
- newChartView:
- deleteView:
- tables
- tableWithName:
- windowControllersForTable:
- displayView:forTable:

Instance Methods

deleteTable:

- (void)deleteTable:(FSTable*)aTable

No method description.


deleteView:

- (void)deleteView:(id)view

No method description.


displayView:forTable:

- (void)displayView:(NSString*)name forTable:(FSTable*)table

No method description.


newChartView:

- (IBAction)newChartView:(id)sender

Wrong name here. Creates a new table view, not a new table!


newTable:

- (IBAction)newTable:(id)sender

No method description.


newTableView:

- (IBAction)newTableView:(id)sender

No method description.


newTableView:

- (IBAction)newTableView:(id)sender

Wrong name here. Creates a new table view, not a new table!


tableWithName:

- (FSTable*)tableWithName:(NSString*)name

No method description.


tables

- (NSArray*)tables

No method description.


windowControllersForTable:

- (NSArray*)windowControllersForTable:(FSTable*)table

No method description.


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