Uses of Interface
be.ugent.caagt.swirl.undoredo.UndoableChange

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

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

Methods in be.ugent.caagt.swirl.undoredo with parameters of type UndoableChange
 void UndoManager.add(UndoableChange change, boolean leader)
          Register an undoable change with the manager.