Uses of Class
com.levigo.jadice.web.client.internal.annotation.AnnotationEditor
Packages that use AnnotationEditor
Package
Description
-
Uses of AnnotationEditor in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation with parameters of type AnnotationEditorModifier and TypeMethodDescriptionabstract void
Wrangler.handleEditEvent
(EditEvent e, Type selected, AnnotationEditor editor) Invoked when an existing annotation shall be edited. -
Uses of AnnotationEditor in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type AnnotationEditorModifier and TypeMethodDescriptionvoid
DefaultWrangler.handleEditEvent
(EditEvent e, T selected, AnnotationEditor editor) void
TextAnnotationWrangler.handleEditEvent
(EditEvent e, TextAnnotation selected, AnnotationEditor editor) Called whenever a text annotation is edited.