Class Undo.TEdit

java.lang.Object
javax.swing.undo.AbstractUndoableEdit
org.opensourcephysics.cabrillo.tracker.Undo.TEdit
All Implemented Interfaces:
Serializable, UndoableEdit
Direct Known Subclasses:
Undo.CoordsEdit, Undo.FilterEdit, Undo.StepEdit, Undo.StepSetEdit, Undo.TrackDisplayEdit, Undo.TrackEdit, Undo.VideoReplace
Enclosing class:
Undo

protected abstract class Undo.TEdit extends AbstractUndoableEdit
A class to undo/redo changes to objects associated with a TrackerPanel. The constructor takes the TrackerPanel, the object AFTER being changed, and an XMLControl storing the state of the object BEFORE the changes.
See Also: