Package org.graffiti.undo
Interface Undoable
- All Known Implementing Classes:
AbstractUndoableTool,AdvancedLabelTool,AlignNodesComponent,ClusterHelperToolbarComponent,IPK_AdvancedLabelTool,IPK_MegaCreateTool,IPK_MegaMoveTool,LabelTool,MegaCreateTool,MegaMoveTool,MegaTools
public interface Undoable
This interface should be implemented by all classes that provide
UndoableEdits for their actions.- Version:
- $Revision: 1.4 $
-
Method Summary
Modifier and Type Method Description voidsetUndoSupport(UndoableEditSupport us)Sets the undo support object this object uses.
-
Method Details
-
setUndoSupport
Sets the undo support object this object uses. The undo support object handles theUndoableEditListeners.- Parameters:
us- the undo support object this object uses.
-