Uses of Class
com.levigo.jadice.web.client.tool.events.KeyEditEvent
Packages that use KeyEditEvent
-
Uses of KeyEditEvent in com.levigo.jadice.web.client.tool
Methods in com.levigo.jadice.web.client.tool with parameters of type KeyEditEventModifier and TypeMethodDescriptionprotected Tool.ActivationRequest
Return the auto-activation request for this this tool in response to the given key press.protected void
Tool.handleKeyPressed
(KeyEditEvent e, boolean isActive) Invoked when a key has been pressed.protected void
Tool.handleKeyReleased
(KeyEditEvent e, boolean isActive) Invoked when a key has been released.protected void
Tool.handleKeyTyped
(KeyEditEvent e, boolean isActive) Invoked when a key has been typed. -
Uses of KeyEditEvent in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools with parameters of type KeyEditEventModifier and TypeMethodDescriptionprotected void
AnnotationTool.handleKeyPressed
(KeyEditEvent e, boolean isActive) protected void
CrossHairTool.handleKeyPressed
(KeyEditEvent editEvent, boolean isActive) protected void
HoverLensTool.handleKeyPressed
(KeyEditEvent editEvent, boolean isActive) protected void
KeyboardNavigationTool.handleKeyPressed
(KeyEditEvent e, boolean isActive) protected void
SetCurrentPageTool.handleKeyPressed
(KeyEditEvent e, boolean isActive) protected void
AreaSelectionTool.handleKeyReleased
(KeyEditEvent e, boolean isActive)