Package org.graffiti.undo

  • Interface Summary
    Interface Description
    Undoable
    This interface should be implemented by all classes that provide UndoableEdits for their actions.
  • Class Summary
    Class Description
    AddEdgeEdit
    Class AddNodeEdit makes the add edge action undoable.
    AddNodeEdit
    Class AddNodeEdit makes the add node action undoable.
    ChangeAttributesEdit
    ChangeAttributesEdit
    GraffitiAbstractUndoableEdit
    GraffitiAbstractUndoableEdit
    GraphElementsDeletionEdit
    GraphElementsDeletionEdit makes deletion of graph elements undoable.
    GraphElementsEdit
    GraphElementsEdit is abstract class for building edits belong to the operations on graph elements like adding or removing.