Package com.bc.ceres.swing.undo
package com.bc.ceres.swing.undo
-
ClassDescriptionAn object implementing this interface can create a memento by which it's state can be restored after the object has been changed.A very simple
UndoableEdit
which is acts upon aRestorable
representing the changed object and the memento of that object before it was changed.A context providing basic undo/redo functionality.