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 voidWrangler.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 TypeMethodDescriptionvoidDefaultWrangler.handleEditEvent(EditEvent e, T selected, AnnotationEditor editor) voidTextAnnotationWrangler.handleEditEvent(EditEvent e, TextAnnotation selected, AnnotationEditor editor) Called whenever a text annotation is edited.