Changed Classes and Interfaces |
AbstractUndoableEdit
|
An abstract implementation of UndoableEdit implementing simple responses to all boolean methods in that interface. |
CompoundEdit
|
A concrete subclass of AbstractUndoableEdit used to assemble little UndoableEdits into great big ones. |
StateEdit
|
StateEdit is a general edit for objects that change state. |
UndoManager
|
Concrete subclass of CompoundEdit which can serve as an UndoableEditListener consolidating the UndoableEditEvents from a variety of sources and undoing or redoing them one at a time. |
UndoableEdit
|
An object representing an edit that has been done and that can be undone and redone |
UndoableEditSupport
|
A support class used for managing UndoableEdit listeners. |