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 SummaryFieldsModifier 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.VirtualKeysPrefix, Suffix
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
F1The F1 key.- See Also:
 
- 
F2The F2 key.- See Also:
 
- 
F3The F3 key.- See Also:
 
- 
F4The F4 key.- See Also:
 
- 
F5The F5 key.- See Also:
 
- 
F6The F6 key.- See Also:
 
- 
F7The F7 key.- See Also:
 
- 
F8The F8 key.- See Also:
 
- 
F9The F9 key.- See Also:
 
- 
F10The F10 key.- See Also:
 
- 
F11The F11 key.- See Also:
 
- 
F12The F12 key.- See Also:
 
 
- 
- 
Constructor Details- 
FunctionKeyspublic FunctionKeys()
 
-