Uses of Enum Class
com.hp.lft.sdk.java.KeyboardEvent
Packages that use KeyboardEvent
-
Uses of KeyboardEvent in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return KeyboardEventModifier and TypeMethodDescriptionKeyboardEventInfo.getKeyboardEvent()Returns theKeyboardEventof this event info.static KeyboardEventReturns the enum constant of this class with the specified name.static KeyboardEvent[]KeyboardEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.java with parameters of type KeyboardEventModifier and TypeMethodDescriptionstatic KeyboardEventInfoEventInfoFactory.createKeyboardEventInfo(KeyboardEvent keyboardEvent, long when, int modifiers, int keyCode, char keyChar) Creates aKeyboardEventInfowith the given parameters.static KeyboardEventInfoEventInfoFactory.createKeyboardEventInfo(KeyboardEvent keyboardEvent, long when, int modifiers, int keyCode, char keyChar, int keyLocation) Creates aKeyboardEventInfoobject with the given parameters.