Package | Description |
---|---|
csheets |
Provides the controller of the CleanSheets application, and an entry-point
for command-line invocation.
|
csheets.ui |
Provides JFC/Swing graphical user interface components for CleanSheets.
|
csheets.ui.ctrl |
Provides controllers and actions for the user interface.
|
Modifier and Type | Method and Description |
---|---|
void |
CleanSheets.addSpreadsheetAppListener(SpreadsheetAppListener listener)
Registers the given listener on the spreadsheet application.
|
void |
CleanSheets.removeSpreadsheetAppListener(SpreadsheetAppListener listener)
Removes the given listener from the spreadsheet application.
|
Constructor and Description |
---|
CleanSheets.EventDispatcher(SpreadsheetAppEvent event,
SpreadsheetAppListener[] listeners)
Creates a new event dispatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
FileChooser
A file chooser that loads choosable file types from properties.
|
class |
ReopenMenu
A menu for displaying recently opened files, and allowing the user to
reopen them.
|
class |
ViewMenu
A menu for listing the open workbooks, and allowing the user to navigate
between them.
|
class |
WindowMenu
A menu for listing the open workbooks, and allowing the user to navigate
between them.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionManager.ActionEnabler
A workbook listener that sets the enabled state of actoins depending
on whether the current workbook has been modified and/or is stored in
a file.
|
class |
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.
|