Package | Description |
---|---|
csheets.ui.ctrl |
Provides controllers and actions for the user interface.
|
Modifier and Type | Field and Description |
---|---|
protected FileChooser |
SaveAsAction.chooser
The file chooser to use when prompting the user for the file to save
|
Constructor and Description |
---|
ActionManager(CleanSheets app,
UIController uiController,
FileChooser chooser)
Creates a new action manager.
|
CloseAction(CleanSheets app,
UIController uiController,
FileChooser chooser)
Creates a new close action.
|
CloseAllAction(CleanSheets app,
UIController uiController,
FileChooser chooser)
Creates a new close all action.
|
ExitAction(CleanSheets app,
UIController uiController,
FileChooser chooser)
Creates a new exit action.
|
OpenAction(CleanSheets app,
UIController uiController,
FileChooser chooser)
Creates a new open action.
|
SaveAction(CleanSheets app,
UIController uiController,
FileChooser chooser)
Creates a new save command
|
SaveAsAction(CleanSheets app,
UIController uiController,
FileChooser chooser)
Creates a new save as action.
|