|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpreadsheetAppListener | |
|---|---|
| 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. |
| Uses of SpreadsheetAppListener in csheets |
|---|
| Methods in csheets with parameters of type SpreadsheetAppListener | |
|---|---|
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. |
| Constructors in csheets with parameters of type SpreadsheetAppListener | |
|---|---|
CleanSheets.EventDispatcher(SpreadsheetAppEvent event,
SpreadsheetAppListener[] listeners)
Creates a new event dispatcher. |
|
| Uses of SpreadsheetAppListener in csheets.ui |
|---|
| Classes in csheets.ui that implement SpreadsheetAppListener | |
|---|---|
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. |
| Uses of SpreadsheetAppListener in csheets.ui.ctrl |
|---|
| Classes in csheets.ui.ctrl that implement SpreadsheetAppListener | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||