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.AbstractUndoableEdit
The 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 void
execute()
void
redo()
void
undo()
-
-
-
Method Detail
-
undo
public void undo()
- Specified by:
undo
in interfacejavax.swing.undo.UndoableEdit
- Overrides:
undo
in classjavax.swing.undo.AbstractUndoableEdit
-
redo
public void redo()
- Specified by:
redo
in interfacejavax.swing.undo.UndoableEdit
- Overrides:
redo
in classjavax.swing.undo.AbstractUndoableEdit
-
execute
public abstract void execute()
-
-