Uses of Class
com.hp.lft.sdk.java.KeyboardEventInfo
Packages that use KeyboardEventInfo
-
Uses of KeyboardEventInfo in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return KeyboardEventInfoModifier 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.