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 theKeyboardEvent
of this event info.static KeyboardEvent
Returns 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 KeyboardEventInfo
EventInfoFactory.createKeyboardEventInfo
(KeyboardEvent keyboardEvent, long when, int modifiers, int keyCode, char keyChar) Creates aKeyboardEventInfo
with the given parameters.static KeyboardEventInfo
EventInfoFactory.createKeyboardEventInfo
(KeyboardEvent keyboardEvent, long when, int modifiers, int keyCode, char keyChar, int keyLocation) Creates aKeyboardEventInfo
object with the given parameters.