Uses of Class
be.ugent.caagt.swirl.undoredo.UndoRedoAction

Packages that use UndoRedoAction
be.ugent.caagt.swirl.undoredo Provides a simple framework for registering and activating undoable (and redoable) actions with a central undo manager
 

Uses of UndoRedoAction in be.ugent.caagt.swirl.undoredo
 

Subclasses of UndoRedoAction in be.ugent.caagt.swirl.undoredo
 class RedoAction
          Action which reverts the last undo effected by the corresponding undo manager.
 class UndoAction
          Action which undoes the last change registered with the corresponding undo manager.