Package | Description |
---|---|
chargerlib.undo |
Classes related to an object's state editing actions, including undo and redo capabilities.
|
Class and Description |
---|
Undoable
Represents an object's capability to have its changes undone/redone.
|
UndoableState
An empty superclass as a placeholder for the
other classes in this package to use in applying steps
to undo/redo, etc.
|
UndoRedoList
Implements the undo and redo logic.
|