Uses of Class
mauda.undoredo.UndoRedoElement

Packages that use UndoRedoElement
mauda.undoredo Provides classes to handle undo/redo functionality. 
 

Uses of UndoRedoElement in mauda.undoredo
 

Methods in mauda.undoredo that return UndoRedoElement
 UndoRedoElement UndoRedoElement.invert()
          Inverts this element.
 

Methods in mauda.undoredo with parameters of type UndoRedoElement
 void UndoRedoUnit.addElement(UndoRedoElement ure)
          Adds an UndoRedoElement to this UndoRedoUnit.