Uses of Class
mauda.undoredo.UndoRedoUnit

Packages that use UndoRedoUnit
mauda.treeoperationview Classes for the tree-operation-view, used by all stand-alone-applications in the MAUDA-Project, to visualize the executed operations and suboperations. 
mauda.undoredo Provides classes to handle undo/redo functionality. 
 

Uses of UndoRedoUnit in mauda.treeoperationview
 

Methods in mauda.treeoperationview that return UndoRedoUnit
 UndoRedoUnit TreeOperationView.cutTree()
          Removes all following (relativly to the actual tree-node) tree-nodes from the tree.
 

Uses of UndoRedoUnit in mauda.undoredo
 

Methods in mauda.undoredo that return UndoRedoUnit
 UndoRedoUnit UndoRedoUnit.invert()
          Inverts this UndoRedoUnit.
 UndoRedoUnit UndoRedoInfo.redo(java.util.Vector v)
          Redos this unit
 UndoRedoUnit UndoRedoInfo.undo(java.util.Vector v)
          Undos this unit
 

Methods in mauda.undoredo with parameters of type UndoRedoUnit
 void UndoRedoInfo.addUnit(UndoRedoUnit uru)
          Adds an UndoRedoUnit to the undo/redo-vector