Package com.bc.ceres.swing.undo


package com.bc.ceres.swing.undo
  • Class
    Description
    An 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 a Restorable representing the changed object and the memento of that object before it was changed.
    A context providing basic undo/redo functionality.