| Package | Description |
|---|---|
| chargerlib.undo |
Classes related to an object's state editing actions, including undo and redo capabilities.
|
| Modifier and Type | Field and Description |
|---|---|
protected UndoRedoList<UndoableState> |
UndoStateManager.urStack
Supports the undo/redo operations.
|
| Modifier and Type | Method and Description |
|---|---|
UndoableState |
Undoable.currentState()
Creates a new instance of the current state of the target object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Undoable.restoreState(UndoableState state)
Restores the object's current state from the given state.
|