org.opensourcephysics.cabrillo.tracker
Class Undo.TrackEdit

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by org.opensourcephysics.cabrillo.tracker.Undo.TEdit
          extended by org.opensourcephysics.cabrillo.tracker.Undo.TrackEdit
All Implemented Interfaces:
java.io.Serializable, javax.swing.undo.UndoableEdit
Enclosing class:
Undo

protected class Undo.TrackEdit
extends Undo.TEdit

A class to undo/redo track changes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Method Summary
protected  void load(java.lang.String xml)
           
 
Methods inherited from class org.opensourcephysics.cabrillo.tracker.Undo.TEdit
redo, 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
 

Method Detail

load

protected void load(java.lang.String xml)