Package org.graffiti.undo
-
Interface Summary Interface Description Undoable This interface should be implemented by all classes that provideUndoableEdit
s for their actions. -
Class Summary Class Description AddEdgeEdit ClassAddNodeEdit
makes the add edge action undoable.AddNodeEdit ClassAddNodeEdit
makes the add node action undoable.ChangeAttributesEdit ChangeAttributesEditGraffitiAbstractUndoableEdit GraffitiAbstractUndoableEditGraphElementsDeletionEdit 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.