|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseAction | |
|---|---|
| csheets.ext.assertion.ui | Provides UI components for displaying and providing editing of assertions. |
| csheets.ext.style.ui | Provides UI components for setting cell style. |
| csheets.ui | Provides JFC/Swing graphical user interface components for CleanSheets. |
| csheets.ui.ctrl | Provides controllers and actions for the user interface. |
| csheets.ui.ext | Provides an extension mechanism for the application's user interface. |
| Uses of BaseAction in csheets.ext.assertion.ui |
|---|
| Subclasses of BaseAction in csheets.ext.assertion.ui | |
|---|---|
protected class |
AssertionPanel.ApplyAction
An action used to apply changes made in the assertion field. |
| Uses of BaseAction in csheets.ext.style.ui |
|---|
| Subclasses of BaseAction in csheets.ext.style.ui | |
|---|---|
class |
AlignBottomAction
A bottom-alignment operation. |
class |
AlignCenterAction
A center-alignment operation. |
class |
AlignLeftAction
A left-alignment operation. |
class |
AlignMiddleAction
A middle-alignment operation. |
class |
AlignRightAction
A right-alignment operation. |
class |
AlignTopAction
A top-alignment operation. |
class |
BackgroundAction
A background color changing operation. |
class |
BoldAction
A font weight changing operation. |
class |
BorderAction
A border changing operation. |
class |
FontAction
A font changing operation. |
class |
ForegroundAction
A foreground color changing operation. |
class |
FormatAction
A format changing operation. |
class |
ItalicAction
An italicity changing operation. |
class |
StyleAction
A style operation. |
class |
UnderlineAction
An underlining operation. |
| Uses of BaseAction in csheets.ui |
|---|
| Subclasses of BaseAction in csheets.ui | |
|---|---|
protected static class |
ReopenMenu.ReopenAction
An action for reopening a spreadsheet. |
| Uses of BaseAction in csheets.ui.ctrl |
|---|
| Subclasses of BaseAction in csheets.ui.ctrl | |
|---|---|
class |
AboutAction
An action for displaying the about window. |
class |
AddSpreadsheetAction
A spreadsheet insertion operation. |
class |
ClearAction
An action for clearing the contents of the selected cells in the active spreadsheet. |
class |
ClipboardAction
A clipboard action, i.e. a cut, copy or paste operation. |
class |
CloseAction
An action for closing and unloading the active workbook. |
class |
CloseAllAction
An action for closing all open workbooks. |
class |
CopyAction
A copy operation. |
class |
CutAction
A cut operation. |
class |
DeleteAction
An action for deleteing the active spreadsheet. |
class |
ExitAction
An action for terminating the application. |
class |
FocusOwnerAction
An action to be invoked on the spreadsheet table that is the focus owner. |
class |
HelpAction
An action for displaying the help. |
class |
InsertColumnAction
A column insertion operation. |
class |
InsertRowAction
A column insertion operation. |
class |
LicenseAction
An action for displaying the license agreement. |
class |
NewAction
An action for creating a new spreadsheet. |
class |
OpenAction
An action for opening a spreadsheet. |
class |
PasteAction
A paste operation. |
class |
PreferencesAction
An action for editing the users preferences. |
class |
PrintAction
An action for printing the active spreadsheet. |
class |
RedoAction
An redo operation. |
class |
RemoveColumnAction
A column removal operation. |
class |
RemoveRowAction
A row removal operation. |
class |
RemoveSpreadsheetAction
A spreadsheet insertion operation. |
class |
RenameSpreadsheetAction
A spreadsheet insertion operation. |
class |
SaveAction
An action for saving a spreadsheet to the current working file. |
class |
SaveAsAction
An action for saving a spreadsheet to a user-supplied file. |
class |
SearchAction
A search and replace operation. |
class |
SelectAllAction
An operation for selecting all cells in the current active spreadsheet table. |
class |
SortAction
A sorting operation. |
class |
UndoAction
An undo operation. |
| Methods in csheets.ui.ctrl that return BaseAction | |
|---|---|
BaseAction |
ActionManager.getAction(String identifier)
Returns the action with the given identifier |
| Methods in csheets.ui.ctrl with parameters of type BaseAction | |
|---|---|
void |
ActionManager.registerAction(String identifier,
BaseAction action)
Registers the given action with the manager |
| Uses of BaseAction in csheets.ui.ext |
|---|
| Subclasses of BaseAction in csheets.ui.ext | |
|---|---|
class |
CellDecoratorAction
An action for enabling and disabling cell decorators. |
class |
ComponentAction
An action for enabling and disabling UI extension components. |
class |
SideBarAction
An action for showing and hiding UI extension side bars. |
class |
TableDecoratorAction
An action for enabling and disabling table decorators. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||