Uses of Class
com.levigo.jadice.web.client.tool.events.PointerEditEvent
Packages that use PointerEditEvent
-
Uses of PointerEditEvent in com.levigo.jadice.web.client.tool
Methods in com.levigo.jadice.web.client.tool with parameters of type PointerEditEventModifier and TypeMethodDescriptionprotected void
Tool.handlePointerDown
(PointerEditEvent e, boolean isActive) Invoked when a pointer event starts.protected void
Tool.handlePointerMove
(PointerEditEvent e, boolean isActive) Invoked when a pointer event move.protected void
Tool.handlePointerUp
(PointerEditEvent e, boolean isActive) Invoked when a pointer event ends. -
Uses of PointerEditEvent in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools with parameters of type PointerEditEventModifier and TypeMethodDescriptionprotected void
CrossHairTool.handlePointerDown
(PointerEditEvent e, boolean isActive) protected void
HoverLensTool.handlePointerDown
(PointerEditEvent e, boolean isActive) protected void
CrossHairTool.handlePointerMove
(PointerEditEvent e, boolean isActive) protected void
HoverLensTool.handlePointerMove
(PointerEditEvent e, boolean isActive)