Class PointerScrollTool
java.lang.Object
com.levigo.jadice.web.client.tool.Tool
com.levigo.jadice.web.client.tools.PointerScrollTool
- All Implemented Interfaces:
MenuContributor
-
Nested Class Summary
Nested classes/interfaces inherited from class com.levigo.jadice.web.client.tool.Tool
Tool.ActivationRequest -
Field Summary
Fields inherited from class com.levigo.jadice.web.client.tool.Tool
DEFAULT_PRIORITY, MAX_PRIORITY, MIN_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandlePointerDown(PointerEditEvent e, boolean isActive) Invoked when a pointer event starts.protected voidhandlePointerMove(PointerEditEvent e, boolean isActive) Invoked when a pointer event move.protected voidhandlePointerUp(PointerEditEvent e, boolean isActive) Invoked when a pointer event ends.Methods inherited from class com.levigo.jadice.web.client.tool.Tool
contribute, ensureDebugId, getActivationFeedback, getActivationFeedback, getActivationRequest, getActivationRequestForKeyPressed, getActivationRequestForMouseDragged, getActivationRequestForMousePressed, getActivationRequestForTouchMove, getActivationRequestForTouchStart, getDispatchPriority, getManager, getRenderPriority, handleEditEvent, handleGestureChange, handleGestureEnd, handleGestureStart, handleKeyPressed, handleKeyReleased, handleKeyTyped, handleMouseClicked, handleMouseDragged, handleMouseEntered, handleMouseExited, handleMouseMoved, handleMousePressed, handleMouseReleased, handleMouseWheelMoved, handleTouchEnd, handleTouchMove, handleTouchStart, propagatePropertyChange, render, setActive, setCursor, setCursor, setEnabled, setManager, setStatusFeedback
-
Constructor Details
-
PointerScrollTool
public PointerScrollTool()
-
-
Method Details
-
handlePointerDown
Description copied from class:ToolInvoked when a pointer event starts.- Overrides:
handlePointerDownin classTool- Parameters:
e- thePointerEditEventisActive- whether this tool is currently active
-
handlePointerMove
Description copied from class:ToolInvoked when a pointer event move.- Overrides:
handlePointerMovein classTool- Parameters:
e- thePointerEditEventisActive- whether this tool is currently active
-
handlePointerUp
Description copied from class:ToolInvoked when a pointer event ends.- Overrides:
handlePointerUpin classTool- Parameters:
e- thePointerEditEventisActive- whether this tool is currently active
-