Package org.jgraph.graph
Class ExecutableChange
- java.lang.Object
-
- javax.swing.undo.AbstractUndoableEdit
-
- org.jgraph.graph.ExecutableChange
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.undo.UndoableEdit
public abstract class ExecutableChange extends javax.swing.undo.AbstractUndoableEditThe interface executable changes must adhere to- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutableChange()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidexecute()voidredo()voidundo()
-
-
-
Method Detail
-
undo
public void undo()
- Specified by:
undoin interfacejavax.swing.undo.UndoableEdit- Overrides:
undoin classjavax.swing.undo.AbstractUndoableEdit
-
redo
public void redo()
- Specified by:
redoin interfacejavax.swing.undo.UndoableEdit- Overrides:
redoin classjavax.swing.undo.AbstractUndoableEdit
-
execute
public abstract void execute()
-
-