Uses of Interface
com.levigo.jadice.web.client.undo.UndoManager
Packages that use UndoManager
Package
Description
-
Uses of UndoManager in com.levigo.jadice.web.client.internal.annotation.editor
Methods in com.levigo.jadice.web.client.internal.annotation.editor that return UndoManagerModifier and TypeMethodDescriptionprotected UndoManager
AnnotationPropertyEditor.getUndoManager()
Methods in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type UndoManagerModifier and TypeMethodDescriptionvoid
AnnotationPropertyEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
ColorEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
FontFaceEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
FontSizeEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
LineWidthEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
TextEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) -
Uses of UndoManager in com.levigo.jadice.web.client.undo
Classes in com.levigo.jadice.web.client.undo that implement UndoManagerModifier and TypeClassDescriptionclass
A default implementation ofUndoManager
.class
An implementation ofUndoManager
that does nothing.Methods in com.levigo.jadice.web.client.undo that return UndoManagerModifier and TypeMethodDescriptionstatic UndoManager
DocumentUndoSupport.getUndoManager
(Document document) Return the undo manager associated with the given document.Methods in com.levigo.jadice.web.client.undo that return types with arguments of type UndoManagerModifier and TypeMethodDescriptionstatic org.jadice.util.base.Factory
<UndoManager, RuntimeException> DocumentUndoSupport.getUndoManagerFactory()
Return the undo managerFactory
used to create undo managers.Methods in com.levigo.jadice.web.client.undo with parameters of type UndoManagerModifier and TypeMethodDescriptionstatic void
DocumentUndoSupport.setUndoManager
(Document document, UndoManager undoManager) Associate the given undo manager with the given document.static <E> EventListUndoTracker
<E> EventListUndoTracker.startTracking
(org.jadice.util.glazedlists.EventList<E> list, UndoManager undoManager) Install anEventListUndoTracker
on the given event list.Method parameters in com.levigo.jadice.web.client.undo with type arguments of type UndoManagerModifier and TypeMethodDescriptionstatic void
DocumentUndoSupport.setUndoManagerFactory
(org.jadice.util.base.Factory<UndoManager, RuntimeException> undoManagerFactory) Set the undo managerFactory
used to create undo managers.