Package | Description |
---|---|
csheets.ui.ctrl |
Provides controllers and actions for the user interface.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UIController.addEditListener(EditListener listener)
Registers the given listener on the user interface controller.
|
void |
UIController.removeEditListener(EditListener listener)
Removes the given listener from the user interface controller.
|