Uses of Interface
com.levigo.jadice.web.client.undo.UndoableEdit
Packages that use UndoableEdit
-
Uses of UndoableEdit in com.levigo.jadice.web.client.undo
Classes in com.levigo.jadice.web.client.undo that implement UndoableEditModifier and TypeClassDescriptionclass
An abstract implementation ofUndoableEdit
that provides undo/redo descriptions by a commonAbstractUndoableEdit.getDescription()
.class
AnUndoableEdit
using twoMemento
, one from before and one after the edit.class
An undoable edit dealing with the removal of elements from a list.Methods in com.levigo.jadice.web.client.undo that return UndoableEditModifier and TypeMethodDescriptionCannotRedoException.getEdit()
CannotUndoException.getEdit()
protected UndoableEdit
DefaultUndoManager.nextRedo()
protected UndoableEdit
DefaultUndoManager.nextUndo()
Methods in com.levigo.jadice.web.client.undo with parameters of type UndoableEditModifier and TypeMethodDescriptionboolean
DefaultUndoManager.addEdit
(UndoableEdit anEdit) boolean
NoopUndoManager.addEdit
(UndoableEdit anEdit) boolean
UndoManager.addEdit
(UndoableEdit anEdit) Add an undoable edit to the undo stack.boolean
MementoBasedUndoableEdit.tryMergeInto
(UndoableEdit anEdit) default boolean
UndoableEdit.tryMergeInto
(UndoableEdit edit) Determine whether the given edit can be merged into this edit.Method parameters in com.levigo.jadice.web.client.undo with type arguments of type UndoableEditModifier and TypeMethodDescriptionvoid
OnUndoStackUpdatedHandler.handleUpdate
(List<UndoableEdit> undoStack, List<UndoableEdit> redoStack) Constructors in com.levigo.jadice.web.client.undo with parameters of type UndoableEditModifierConstructorDescriptionCannotRedoException
(String message, UndoableEdit edit) CannotUndoException
(String message, UndoableEdit edit)