Uses of Class
com.levigo.jadice.web.client.tool.events.EditEvent
Packages that use EditEvent
Package
Description
-
Uses of EditEvent in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client with parameters of type EditEventModifier and TypeMethodDescriptionvoidToolManager.handleEditEvent(Class<?> context, EditEvent e) -
Uses of EditEvent in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation with parameters of type EditEventModifier and TypeMethodDescriptionabstract voidWrangler.afterCreate(EditEvent e, Type createdAnnotation, Object... params) Invoked after the creation of an annotation is finished.abstract booleanWrangler.handleCreateEditEvent(EditEvent e, Type annotation) Invoked during the creation of an annotation.abstract voidWrangler.handleEditEvent(EditEvent e, Type selected, AnnotationEditor editor) Invoked when an existing annotation shall be edited.voidAnnotationEditor.setSelectedItems(AnnotationSelection selection, EditEvent e) Configures this toolbar instance with the selected annotations.protected voidAnnotationEditor.updateButtons(AnnotationSelection selection, EditEvent e) -
Uses of EditEvent in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type EditEventModifier and TypeMethodDescriptionvoidDefaultWrangler.afterCreate(EditEvent e, T selected, Object... params) Default implementation.voidJWTImageAnnotationWrangler.afterCreate(EditEvent editEvent, JWTImageAnnotation createdAnnotation, Object... params) voidTextAnnotationWrangler.afterCreate(EditEvent editEvent, TextAnnotation selected, Object... params) Opens the text editor directly after creating a text based annotation.booleanDefaultWrangler.handleCreateEditEvent(EditEvent e, T annotation) booleanFreehandAnnotationWrangler.handleCreateEditEvent(EditEvent e, PathAnnotation annotation) booleanPolygonAnnotationWrangler.handleCreateEditEvent(EditEvent e, PathAnnotation annotation) booleanStampAnnotationWrangler.handleCreateEditEvent(EditEvent e, TextAnnotation annotation) voidDefaultWrangler.handleEditEvent(EditEvent e, T selected, AnnotationEditor editor) voidTextAnnotationWrangler.handleEditEvent(EditEvent e, TextAnnotation selected, AnnotationEditor editor) Called whenever a text annotation is edited.protected voidArrowAnnotationWrangler.updateCreated(EditEvent e, ArrowAnnotation createAnno, Point2D createStart, Point2D createEnd) protected voidCalloutAnnotationWrangler.updateCreated(EditEvent e, TextAnnotation createAnno, Point2D createStart, Point2D createEnd) protected voidDefaultWrangler.updateCreated(EditEvent e, T annotationBeingCreated, Point2D createStart, Point2D createEnd) protected voidIconifiedTextAnnotationWrangler.updateCreated(EditEvent e, TextAnnotation createAnno, Point2D createStart, Point2D createEnd) protected voidIconWrangler.updateCreated(EditEvent e, T createAnno, Point2D createStart, Point2D createEnd) protected voidLineAnnotationWrangler.updateCreated(EditEvent e, LineAnnotation createAnno, Point2D createStart, Point2D createEnd) protected voidTextAnnotationWrangler.updateCreated(EditEvent editEvent, TextAnnotation createAnno, Point2D createStart, Point2D createEnd) -
Uses of EditEvent in com.levigo.jadice.web.client.tool
Methods in com.levigo.jadice.web.client.tool with parameters of type EditEventModifier and TypeMethodDescriptionDefaultToolActivationPolicy.electActiveTool(List<ToolActivationPolicy.ActivationCandidate> candidates, EditEvent event, ToolManager manager) ToolActivationPolicy.electActiveTool(List<ToolActivationPolicy.ActivationCandidate> candidates, EditEvent event, ToolManager manager) DefaultToolActivationPolicy.electFeedback(List<ToolActivationPolicy.ActivationCandidate> candidates, EditEvent event, ToolManager manager) ToolActivationPolicy.electFeedback(List<ToolActivationPolicy.ActivationCandidate> candidates, EditEvent e, ToolManager toolManager) protected Tool.ActivationRequestTool.getActivationRequest(EditEvent e) Return the auto-activation request for this this tool in response to the given event.voidBasicToolManager.handleEditEvent(Class<?> context, EditEvent e) protected voidTool.handleEditEvent(boolean isActive, EditEvent e) Handle the givenEditEvent. -
Uses of EditEvent in com.levigo.jadice.web.client.tool.events
Subclasses of EditEvent in com.levigo.jadice.web.client.tool.eventsModifier and TypeClassDescriptionclassEdit Event for multi touch gesturesclassclassclassclassAbstract super class for both mouse and touch edit events.classclassMethods in com.levigo.jadice.web.client.tool.events that return EditEventModifier and TypeMethodDescriptionstatic EditEventEditEvent.create(PageView source, com.google.gwt.event.dom.client.DomEvent<?> e, Page page, int pageIndex, Rectangle renderBounds, RenderControls renderControls, int clickCount, boolean isPopupTrigger) Create the correct EditEvent for the given InputEvent.Methods in com.levigo.jadice.web.client.tool.events with parameters of type EditEvent -
Uses of EditEvent in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools with parameters of type EditEventModifier and TypeMethodDescriptionprotected Tool.ActivationRequestHoverLensTool.getActivationRequest(EditEvent e) Wrangler<?> AnnotationTool.getWrangler(Annotation a, EditEvent e) protected voidAnnotationTool.handleEditEvent(boolean isActive, EditEvent e) protected voidPanForceTool.handleEditEvent(boolean isActive, EditEvent e) protected voidPanTool.handleEditEvent(boolean isActive, EditEvent e) protected voidTwoFingerGestureTool.handleEditEvent(boolean isActive, EditEvent e)