org.netbeans.modules.xml.xam.ui.undo |
|
Java Source File Name | Type | Comment |
CompoundUndoManager.java | Class | A proxy for another UndoRedo.Manager instance, which permits a set
of undoable edits to be treated as a "compound" edit, when this
manager is not in the "compound" mode. |
FilterUndoableEdit.java | Class | Generic undoable edit that delegates to the given undoable edit. |
FilterUndoManager.java | Class | A proxy for another UndoRedo.Manager instance. |
QuietUndoManager.java | Class | A proxy for another UndoRedo.Manager instance which removes and then
adds the undoable edit listeners from a Swing document, each time the
undo and redo operations are invoked. |
QuietUndoManagerTest.java | Class | Tests QuietUndoManager class, both in isolation and with XAM model. |