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 UndoManagerAnnotationPropertyEditor.getUndoManager()Methods in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type UndoManagerModifier and TypeMethodDescriptionvoidAnnotationPropertyEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidColorEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidFontFaceEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidFontSizeEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidLineWidthEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidTextEditor.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 TypeClassDescriptionclassA default implementation ofUndoManager.classAn implementation ofUndoManagerthat does nothing.Methods in com.levigo.jadice.web.client.undo that return UndoManagerModifier and TypeMethodDescriptionstatic UndoManagerDocumentUndoSupport.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 managerFactoryused to create undo managers.Methods in com.levigo.jadice.web.client.undo with parameters of type UndoManagerModifier and TypeMethodDescriptionstatic voidDocumentUndoSupport.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 anEventListUndoTrackeron the given event list.Method parameters in com.levigo.jadice.web.client.undo with type arguments of type UndoManagerModifier and TypeMethodDescriptionstatic voidDocumentUndoSupport.setUndoManagerFactory(org.jadice.util.base.Factory<UndoManager, RuntimeException> undoManagerFactory) Set the undo managerFactoryused to create undo managers.