Uses of Package
com.levigo.jadice.web.client.undo
Packages that use com.levigo.jadice.web.client.undo
Package
Description
-
Classes in com.levigo.jadice.web.client.undo used by com.levigo.jadice.web.client.internal.annotation.editorClassDescriptionAn 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.
-
Classes in com.levigo.jadice.web.client.undo used by com.levigo.jadice.web.client.undoClassDescriptionAn 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.An EventListUndoTracker tracks changes to the contents of anEventList.AnUndoableEditusing twoMemento, one from before and one after the edit.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 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.