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
    void setUndoSupport​(UndoableEditSupport us)
    Sets the undo support object this object uses.
  • Method Details

    • setUndoSupport

      void setUndoSupport​(UndoableEditSupport us)
      Sets the undo support object this object uses. The undo support object handles the UndoableEditListeners.
      Parameters:
      us - the undo support object this object uses.