Uses of Class
com.levigo.jadice.web.client.tool.events.TouchEditEvent
Packages that use TouchEditEvent
Package
Description
-
Uses of TouchEditEvent in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation with parameters of type TouchEditEventModifier and TypeMethodDescriptionvoid
Handle.onTouchStart
(TouchEditEvent e, Gesture.GestureHandler handler) -
Uses of TouchEditEvent in com.levigo.jadice.web.client.tool
Methods in com.levigo.jadice.web.client.tool with parameters of type TouchEditEventModifier and TypeMethodDescriptionprotected Tool.ActivationRequest
Tool.getActivationFeedback
(TouchEditEvent e) Provide feedback for the user about what would happen, if the finger were moved from the current location.protected Tool.ActivationRequest
Return the auto-activation request for this this tool in response to a touch move.protected Tool.ActivationRequest
Return the auto-activation request for this this tool in response to a touch start.protected void
Tool.handleTouchEnd
(TouchEditEvent e, boolean isActive) Invoked when a touch ended.protected void
Tool.handleTouchMove
(TouchEditEvent e, boolean isActive) Invoked when a touch changed.protected void
Tool.handleTouchStart
(TouchEditEvent e, boolean isActive) Invoked when a touch started. -
Uses of TouchEditEvent in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools with parameters of type TouchEditEventModifier and TypeMethodDescriptionprotected Tool.ActivationRequest
AnnotationTool.getActivationFeedback
(TouchEditEvent e) protected Tool.ActivationRequest
TextSelectionTouchTool.getActivationFeedback
(TouchEditEvent e) protected Tool.ActivationRequest
CrossHairTool.getActivationRequestForTouchMove
(TouchEditEvent e) protected Tool.ActivationRequest
PanForceTouchTool.getActivationRequestForTouchMove
(TouchEditEvent e) protected Tool.ActivationRequest
PanForceTouchTool.getActivationRequestForTouchStart
(TouchEditEvent e) protected void
CrossHairTool.handleTouchEnd
(TouchEditEvent e, boolean isActive) protected void
HoverLensTool.handleTouchEnd
(TouchEditEvent e, boolean isActive) protected void
AnnotationTool.handleTouchMove
(TouchEditEvent e, boolean isActive) protected void
CrossHairTool.handleTouchMove
(TouchEditEvent e, boolean isActive) protected void
HoverLensTool.handleTouchMove
(TouchEditEvent e, boolean isActive) protected void
PanForceTouchTool.handleTouchMove
(TouchEditEvent e, boolean isActive) protected void
AnnotationTool.handleTouchStart
(TouchEditEvent e, boolean isActive) protected void
DoubleTapZoomTool.handleTouchStart
(TouchEditEvent e, boolean isActive) protected void
SetCurrentPageTool.handleTouchStart
(TouchEditEvent e, boolean isActive) protected void
TextSelectionTouchTool.handleTouchStart
(TouchEditEvent e, boolean isActive) protected void
ThumbnailTool.handleTouchStart
(TouchEditEvent e, boolean isActive)