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 void
handlePointerDown
(PointerEditEvent e, boolean isActive) Invoked when a pointer event starts.protected void
handlePointerMove
(PointerEditEvent e, boolean isActive) Invoked when a pointer event move.protected void
handlePointerUp
(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:Tool
Invoked when a pointer event starts.- Overrides:
handlePointerDown
in classTool
- Parameters:
e
- thePointerEditEvent
isActive
- whether this tool is currently active
-
handlePointerMove
Description copied from class:Tool
Invoked when a pointer event move.- Overrides:
handlePointerMove
in classTool
- Parameters:
e
- thePointerEditEvent
isActive
- whether this tool is currently active
-
handlePointerUp
Description copied from class:Tool
Invoked when a pointer event ends.- Overrides:
handlePointerUp
in classTool
- Parameters:
e
- thePointerEditEvent
isActive
- whether this tool is currently active
-