org.simtk.gui
Class UndoRedoMechanism

java.lang.Object
  extended by org.simtk.gui.UndoRedoMechanism

public class UndoRedoMechanism
extends java.lang.Object


Constructor Summary
UndoRedoMechanism()
           
 
Method Summary
 void addEdit(javax.swing.undo.UndoableEdit edit)
           
 javax.swing.Action getRedoAction()
           
 javax.swing.Action getUndoAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoRedoMechanism

public UndoRedoMechanism()
Method Detail

getUndoAction

public javax.swing.Action getUndoAction()

getRedoAction

public javax.swing.Action getRedoAction()

addEdit

public void addEdit(javax.swing.undo.UndoableEdit edit)