Package com.hp.lft.sdk
Class FunctionKeys
java.lang.Object
com.hp.lft.sdk.internal.VirtualKeys
com.hp.lft.sdk.FunctionKeys
- Direct Known Subclasses:
Keys
public class FunctionKeys
extends com.hp.lft.sdk.internal.VirtualKeys
Supplies constants representing the Function keyboard keys(F1 - F12), which can be used in the input parameter string of the
sendKeys method.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe F1 key.static final StringThe F10 key.static final StringThe F11 key.static final StringThe F12 key.static final StringThe F2 key.static final StringThe F3 key.static final StringThe F4 key.static final StringThe F5 key.static final StringThe F6 key.static final StringThe F7 key.static final StringThe F8 key.static final StringThe F9 key.Fields inherited from class com.hp.lft.sdk.internal.VirtualKeys
Prefix, Suffix -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
F1
The F1 key.- See Also:
-
F2
The F2 key.- See Also:
-
F3
The F3 key.- See Also:
-
F4
The F4 key.- See Also:
-
F5
The F5 key.- See Also:
-
F6
The F6 key.- See Also:
-
F7
The F7 key.- See Also:
-
F8
The F8 key.- See Also:
-
F9
The F9 key.- See Also:
-
F10
The F10 key.- See Also:
-
F11
The F11 key.- See Also:
-
F12
The F12 key.- See Also:
-
-
Constructor Details
-
FunctionKeys
public FunctionKeys()
-