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 TypeMethodDescriptionvoid
ToolManager.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 void
Wrangler.afterCreate
(EditEvent e, Type createdAnnotation, Object... params) Invoked after the creation of an annotation is finished.abstract boolean
Wrangler.handleCreateEditEvent
(EditEvent e, Type annotation) Invoked during the creation of an annotation.abstract void
Wrangler.handleEditEvent
(EditEvent e, Type selected, AnnotationEditor editor) Invoked when an existing annotation shall be edited.void
AnnotationEditor.setSelectedItems
(AnnotationSelection selection, EditEvent e) Configures this toolbar instance with the selected annotations.protected void
AnnotationEditor.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 TypeMethodDescriptionvoid
DefaultWrangler.afterCreate
(EditEvent e, T selected, Object... params) Default implementation.void
JWTImageAnnotationWrangler.afterCreate
(EditEvent editEvent, JWTImageAnnotation createdAnnotation, Object... params) void
TextAnnotationWrangler.afterCreate
(EditEvent editEvent, TextAnnotation selected, Object... params) Opens the text editor directly after creating a text based annotation.boolean
DefaultWrangler.handleCreateEditEvent
(EditEvent e, T annotation) boolean
FreehandAnnotationWrangler.handleCreateEditEvent
(EditEvent e, PathAnnotation annotation) boolean
PolygonAnnotationWrangler.handleCreateEditEvent
(EditEvent e, PathAnnotation annotation) boolean
StampAnnotationWrangler.handleCreateEditEvent
(EditEvent e, TextAnnotation annotation) void
DefaultWrangler.handleEditEvent
(EditEvent e, T selected, AnnotationEditor editor) void
TextAnnotationWrangler.handleEditEvent
(EditEvent e, TextAnnotation selected, AnnotationEditor editor) Called whenever a text annotation is edited.protected void
ArrowAnnotationWrangler.updateCreated
(EditEvent e, ArrowAnnotation createAnno, Point2D createStart, Point2D createEnd) protected void
CalloutAnnotationWrangler.updateCreated
(EditEvent e, TextAnnotation createAnno, Point2D createStart, Point2D createEnd) protected void
DefaultWrangler.updateCreated
(EditEvent e, T annotationBeingCreated, Point2D createStart, Point2D createEnd) protected void
IconifiedTextAnnotationWrangler.updateCreated
(EditEvent e, TextAnnotation createAnno, Point2D createStart, Point2D createEnd) protected void
IconWrangler.updateCreated
(EditEvent e, T createAnno, Point2D createStart, Point2D createEnd) protected void
LineAnnotationWrangler.updateCreated
(EditEvent e, LineAnnotation createAnno, Point2D createStart, Point2D createEnd) protected void
TextAnnotationWrangler.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.ActivationRequest
Tool.getActivationRequest
(EditEvent e) Return the auto-activation request for this this tool in response to the given event.void
BasicToolManager.handleEditEvent
(Class<?> context, EditEvent e) protected void
Tool.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 TypeClassDescriptionclass
Edit Event for multi touch gesturesclass
class
class
class
Abstract super class for both mouse and touch edit events.class
class
Methods in com.levigo.jadice.web.client.tool.events that return EditEventModifier and TypeMethodDescriptionstatic EditEvent
EditEvent.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.ActivationRequest
HoverLensTool.getActivationRequest
(EditEvent e) Wrangler
<?> AnnotationTool.getWrangler
(Annotation a, EditEvent e) protected void
AnnotationTool.handleEditEvent
(boolean isActive, EditEvent e) protected void
PanForceTool.handleEditEvent
(boolean isActive, EditEvent e) protected void
PanTool.handleEditEvent
(boolean isActive, EditEvent e) protected void
TwoFingerGestureTool.handleEditEvent
(boolean isActive, EditEvent e)