Package | Description |
---|---|
csheets.ui |
Provides JFC/Swing graphical user interface components for CleanSheets.
|
csheets.ui.ctrl |
Provides controllers and actions for the user interface.
|
Constructor and Description |
---|
Frame.Creator(CleanSheets app)
Creates a new frame creator.
|
Frame(CleanSheets app)
Creates a new frame.
|
MenuBar(CleanSheets app,
ActionManager actionManager,
UIController uiController)
Creates the menu bar.
|
ReopenMenu.ReopenAction(CleanSheets app,
UIController uiController,
File file)
Creates a new reopen action.
|
ReopenMenu(CleanSheets app,
UIController uiController)
Creates a reopen menu, and creates items using the given properties (if available).
|
ViewMenu(CleanSheets app,
UIController uiController)
Creates a view menu.
|
WindowMenu(CleanSheets app,
UIController uiController)
Creates a window menu.
|
Modifier and Type | Field and Description |
---|---|
protected CleanSheets |
SaveAsAction.app
The CleanSheets application
|
protected CleanSheets |
OpenAction.app
The CleanSheets application
|
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.
|
NewAction(CleanSheets app)
Creates a new New 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.
|
UIController(CleanSheets app)
Creates a new user interface controller.
|