Package | Description |
---|---|
chargerlib.undo |
Classes related to an object's state editing actions, including undo and redo capabilities.
|
Modifier and Type | Field and Description |
---|---|
Undoable |
UndoStateManager.stateSource
The object whose states are being managed.
|
Constructor and Description |
---|
UndoStateManager(Undoable source,
int max)
Instantiates the manager, with an undo/redo maximum level.
|