Package org.jgraph.graph
Class ExecutableChange
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
org.jgraph.graph.ExecutableChange
- All Implemented Interfaces:
Serializable
,UndoableEdit
The interface executable changes must adhere to
- See Also:
-
Field Summary
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
-
Constructor Details
-
ExecutableChange
public ExecutableChange()
-
-
Method Details
-
undo
public void undo()- Specified by:
undo
in interfaceUndoableEdit
- Overrides:
undo
in classAbstractUndoableEdit
-
redo
public void redo()- Specified by:
redo
in interfaceUndoableEdit
- Overrides:
redo
in classAbstractUndoableEdit
-
execute
public abstract void execute()
-