See: Description
Interface | Description |
---|---|
Undoable |
Represents an object's capability to have its changes undone/redone.
|
Class | Description |
---|---|
UndoableState |
An empty superclass as a placeholder for the
other classes in this package to use in applying steps
to undo/redo, etc.
|
UndoRedoList<T> |
Implements the undo and redo logic.
|
UndoStateManager |
Manages the saving and restoring of states.
|