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.ActivationRequestReturn the auto-activation request for this this tool in response to the given key press.protected voidTool.handleKeyPressed(KeyEditEvent e, boolean isActive) Invoked when a key has been pressed.protected voidTool.handleKeyReleased(KeyEditEvent e, boolean isActive) Invoked when a key has been released.protected voidTool.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 voidAnnotationTool.handleKeyPressed(KeyEditEvent e, boolean isActive) protected voidCrossHairTool.handleKeyPressed(KeyEditEvent editEvent, boolean isActive) protected voidHoverLensTool.handleKeyPressed(KeyEditEvent editEvent, boolean isActive) protected voidKeyboardNavigationTool.handleKeyPressed(KeyEditEvent e, boolean isActive) protected voidSetCurrentPageTool.handleKeyPressed(KeyEditEvent e, boolean isActive) protected voidAreaSelectionTool.handleKeyReleased(KeyEditEvent e, boolean isActive)