FSFirstResponder


Declared In:
FSFirstResponder.h


Protocol Description

No protocol description.


Method Types

Contains the action methods that First Responder defines. This protocol is actually never fully implemented.
- open:
- save:
- newTable:
- showTableBrowser:
- exportTable:
- importTable:
- groupItems:
- ungroupItems:
- insertItem:
- sortItems:
- moveItemUp:
- moveItemDown:
- addNewTableWindow:
- addDimension:
- transpose:

Instance Methods

addDimension:

- (void)addDimension:(id)sender

No method description.


addNewTableWindow:

- (void)addNewTableWindow:(id)sender

No method description.


exportTable:

- (void)exportTable:(id)sender

No method description.


groupItems:

- (void)groupItems:(id)sender

No method description.


importTable:

- (void)importTable:(id)sender

No method description.


insertItem:

- (void)insertItem:(id)sender

No method description.


moveItemDown:

- (void)moveItemDown:(id)sender

No method description.


moveItemUp:

- (void)moveItemUp:(id)sender

No method description.


newTable:

- (void)newTable:(id)sender

No method description.


open:

- (void)open:(id)sender

No method description.


save:

- (void)save:(id)sender

No method description.


showTableBrowser:

- (void)showTableBrowser:(id)sender

No method description.


sortItems:

- (void)sortItems:(id)sender

No method description.


transpose:

- (void)transpose:(id)sender

No method description.


ungroupItems:

- (void)ungroupItems:(id)sender

No method description.


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