Package com.bc.ceres.swing.undo
- 
Interface Summary Interface Description Restorable An object implementing this interface can create a memento by which it's state can be restored after the object has been changed.UndoContext A context providing basic undo/redo functionality.
- 
Class Summary Class Description RestorableEdit A very simpleUndoableEditwhich is acts upon aRestorablerepresenting the changed object and the memento of that object before it was changed.