Class RestorableEdit

java.lang.Object
javax.swing.undo.AbstractUndoableEdit
com.bc.ceres.swing.undo.RestorableEdit
All Implemented Interfaces:
Serializable, UndoableEdit

public class RestorableEdit extends AbstractUndoableEdit
A very simple UndoableEdit which is acts upon a Restorable representing the changed object and the memento of that object before it was changed.
Since:
Ceres 0.10
See Also: