Uses of Package
be.ugent.caagt.swirl.undoredo

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

Classes in be.ugent.caagt.swirl.undoredo used by be.ugent.caagt.swirl.undoredo
UndoableChange
          An object of this type describes the change made by an interactive command and provides sufficient information for that change to be undone and redone.
UndoListener
          Listens to changes in the state of an UndoManager.
UndoManager
          Manages a list of changes of type UndoableChange.
UndoRedoAction
          Common super class for UndoAction and RedoAction