Package csheets.ui.ctrl

Provides controllers and actions for the user interface.

See:
          Description

Interface Summary
EditListener A listener for receiving notification changes when a workbook is modified.
SelectionListener A listener for receiving notification changes when a new active workbook, spreadsheet and/or cell is selected.
 

Class Summary
AboutAction An action for displaying the about window.
ActionManager A manager for UI actions.
AddSpreadsheetAction A spreadsheet insertion operation.
BaseAction An base-class for actions.
ClearAction An action for clearing the contents of the selected cells in the active spreadsheet.
ClipboardAction A clipboard action, i.e. a cut, copy or paste operation.
CloseAction An action for closing and unloading the active workbook.
CloseAllAction An action for closing all open workbooks.
CopyAction A copy operation.
CutAction A cut operation.
DeleteAction An action for deleteing the active spreadsheet.
EditEvent An edit event is used to notify interested parties that a workbook has been modified.
ExitAction An action for terminating the application.
FocusOwnerAction An action to be invoked on the spreadsheet table that is the focus owner.
HelpAction An action for displaying the help.
InsertColumnAction A column insertion operation.
InsertRowAction A column insertion operation.
LicenseAction An action for displaying the license agreement.
NewAction An action for creating a new spreadsheet.
OpenAction An action for opening a spreadsheet.
PasteAction A paste operation.
PreferencesAction An action for editing the users preferences.
PrintAction An action for printing the active spreadsheet.
RedoAction An redo operation.
RemoveColumnAction A column removal operation.
RemoveRowAction A row removal operation.
RemoveSpreadsheetAction A spreadsheet insertion operation.
RenameSpreadsheetAction A spreadsheet insertion operation.
SaveAction An action for saving a spreadsheet to the current working file.
SaveAsAction An action for saving a spreadsheet to a user-supplied file.
SearchAction A search and replace operation.
SelectAllAction An operation for selecting all cells in the current active spreadsheet table.
SelectionEvent A selection application event is used to notify interested parties that a new active workbook, spreadsheet and/or cell is selected.
SortAction A sorting operation.
UIController A controller for managing the current selection, i.e. the active workbook, spreadsheet and cell, as well as for keeping track of modifications to workbooks and of user interface extensions.
UIController.EventDispatcher A utility for dispatching events on the AWT event dispatching thread.
UndoAction An undo operation.
 

Package csheets.ui.ctrl Description

Provides controllers and actions for the user interface.