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

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

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

Fields in be.ugent.caagt.swirl.undoredo declared as UndoManager
protected  UndoManager UndoRedoAction.manager
           
 

Constructors in be.ugent.caagt.swirl.undoredo with parameters of type UndoManager
RedoAction(UndoManager manager)
          Create an action of this type for use with the MenuBuilder.
RedoAction(UndoManager manager, java.util.ResourceBundle bundle, java.lang.String key, javax.swing.Icon icon, javax.swing.Icon mediumIcon, javax.swing.Icon mediumDisabledIcon)
          Create an action of this type.
UndoAction(UndoManager manager)
          Create an action of this type for use with the MenuBuilder.
UndoAction(UndoManager manager, java.util.ResourceBundle bundle, java.lang.String key, javax.swing.Icon icon, javax.swing.Icon mediumIcon, javax.swing.Icon mediumDisabledIcon)
          Create an action of this type.
UndoRedoAction(UndoManager manager, java.util.ResourceBundle bundle, java.lang.String key, javax.swing.Icon icon, javax.swing.Icon mediumIcon, javax.swing.Icon mediumDisabledIcon)
          Create an action of this type with the given parameters