Class GraffitiAbstractUndoableEdit

java.lang.Object
javax.swing.undo.AbstractUndoableEdit
org.graffiti.undo.GraffitiAbstractUndoableEdit
All Implemented Interfaces:
Serializable, UndoableEdit
Direct Known Subclasses:
ChangeAttributesEdit, GraphElementsEdit

public abstract class GraffitiAbstractUndoableEdit
extends AbstractUndoableEdit
GraffitiAbstractUndoableEdit
Version:
$Revision: 1.6 $
See Also:
Serialized Form
  • Constructor Details

    • GraffitiAbstractUndoableEdit

      public GraffitiAbstractUndoableEdit​(Map<GraphElement,​GraphElement> geMap)
      Creates a new GraffitiAbstractUndoableEdit object.
      Parameters:
      geMap - reference to the map supports the undo operations.
  • Method Details

    • execute

      public abstract void execute()
      Executes action for corresponding tools.