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 TypeClassDescriptionclassAn abstract implementation ofUndoableEditthat provides undo/redo descriptions by a commonAbstractUndoableEdit.getDescription().classAnUndoableEditusing twoMemento, one from before and one after the edit.classAn 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 UndoableEditDefaultUndoManager.nextRedo()protected UndoableEditDefaultUndoManager.nextUndo()Methods in com.levigo.jadice.web.client.undo with parameters of type UndoableEditModifier and TypeMethodDescriptionbooleanDefaultUndoManager.addEdit(UndoableEdit anEdit) booleanNoopUndoManager.addEdit(UndoableEdit anEdit) booleanUndoManager.addEdit(UndoableEdit anEdit) Add an undoable edit to the undo stack.booleanMementoBasedUndoableEdit.tryMergeInto(UndoableEdit anEdit) default booleanUndoableEdit.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 TypeMethodDescriptionvoidOnUndoStackUpdatedHandler.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)