Package com.levigo.jadice.web.client.undo
package com.levigo.jadice.web.client.undo
-
ClassDescriptionAn abstract implementation of
UndoableEditthat provides undo/redo descriptions by a commonAbstractUndoableEdit.getDescription().An exception indicating that a redo has failed.An exception indicating that an undo has failed.A default implementation ofUndoManager.This collection of static methods provides access toDefaultUndoManagers which pertain toDocuments.An EventListUndoTracker tracks changes to the contents of anEventList.AnUndoableEditusing twoMemento, one from before and one after the edit.An implementation ofUndoManagerthat does nothing.Handler function used by the next gen web viewer to generate the descriptions displayed as tooltips and enable/disable the corresponding tooltips.An undoable edit dealing with the removal of elements from a list.An undoable edit encapsulates some form of mutating action taken by a user in a user interface, that should be able to be un-done (and later on possibly re-done) at some future time.An UndoManager is responsible for the management of actions a user takes in some kind of UI and providing means of undoing and redoing those actions.