JGraph
v5.12.4.2


org.jgraph.graph
Class ExecutableChange

java.lang.Object
  extended byjavax.swing.undo.AbstractUndoableEdit
      extended byorg.jgraph.graph.ExecutableChange
All Implemented Interfaces:
Serializable, UndoableEdit

public abstract class ExecutableChange
extends AbstractUndoableEdit

The interface executable changes must adhere to

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
ExecutableChange()
           
 
Method Summary
abstract  void execute()
           
 void redo()
           
 void undo()
           
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutableChange

public ExecutableChange()
Method Detail

undo

public void undo()

redo

public void redo()

execute

public abstract void execute()

JGraph
v5.12.4.2


Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.