Package com.hp.lft.sdk
Enum Class Keyboard.Keys
- All Implemented Interfaces:
- com.hp.lft.sdk.internal.EnumValueProvider<Integer>,- Serializable,- Comparable<Keyboard.Keys>,- java.lang.constant.Constable
- Enclosing class:
- Keyboard
public static enum Keyboard.Keys
extends Enum<Keyboard.Keys>
implements com.hp.lft.sdk.internal.EnumValueProvider<Integer>
Keys which can be used in sending keyboards events.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe A key.The Add key.The Alt key.The B key.The Backslash key.The Backspace key.The C key./// The CapsLock key.The Comma key.The Control key.The D key.The 0 key.The 1 key.The 2 key.The 3 key.The 4 key.The 5 key.The 6 key.The 7 key.The 8 key.The 9 key.The Decimal key.The Delete key.The Divide key.The Down key.The E key.The End key.The Enter key.The Equal key.The Escape key.The F key.The F1 key.The F10 key.The F11 key.The F12 key.The F2 key.The F3 key.The F4 key.The F5 key.The F6 key.The F7 key.The F8 key.The F9 key.The G key.The Grave key.The H key.The Home key.The I key.The Insert key.The J key.The K key.The L key.The Left key.The Left Alt key.The Left Bracket key.The Left Control key.The Left Shift.The Left System key.The M key.The Minus key.The Multiply key.The N key./// The Num 0 key./// The Num 1 key./// The Num 2 key./// The Num 3 key./// The Num 4 key./// The Num 5 key./// The Num 6 key./// The Num 7 key./// The Num 8 key./// The Num 9 key./// The NumLock key.The O key.The P key.The Page Down key.The Page Up key.The Pause key.The Period key.The Print key.The Q key.The Quote key.The R key.The Return key.The Right key.The Right Alt key.The Right Bracket key.The Right Control key.The Right Shift.The Right System key.The S key./// The ScrollLock key.The Semicolon key.The Shift key.The Slash key.The Space key.The Subtract key.The System key.The T key.The Tab key.The U key.The Up key.The V key.The W key.The X key.The Y key.The Z key.
- 
Method SummaryModifier and TypeMethodDescriptiongetValue()Returns the integer value representing the Keys value.static Keyboard.KeysReturns the enum constant of this class with the specified name.static Keyboard.Keys[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
SPACEThe Space key.
- 
ESCAPEThe Escape key.
- 
TABThe Tab key.
- 
ALTThe Alt key.
- 
LEFT_ALTThe Left Alt key.
- 
RIGHT_ALTThe Right Alt key.
- 
CONTROLThe Control key.
- 
LEFT_CONTROLThe Left Control key.
- 
RIGHT_CONTROLThe Right Control key.
- 
SHIFTThe Shift key.
- 
LEFT_SHIFTThe Left Shift.
- 
RIGHT_SHIFTThe Right Shift.
- 
SYSTEMThe System key.
- 
LEFT_SYSTEMThe Left System key.
- 
RIGHT_SYSTEMThe Right System key.
- 
F1The F1 key.
- 
F2The F2 key.
- 
F3The F3 key.
- 
F4The F4 key.
- 
F5The F5 key.
- 
F6The F6 key.
- 
F7The F7 key.
- 
F8The F8 key.
- 
F9The F9 key.
- 
F10The F10 key.
- 
F11The F11 key.
- 
F12The F12 key.
- 
D0The 0 key.
- 
D1The 1 key.
- 
D2The 2 key.
- 
D3The 3 key.
- 
D4The 4 key.
- 
D5The 5 key.
- 
D6The 6 key.
- 
D7The 7 key.
- 
D8The 8 key.
- 
D9The 9 key.
- 
AThe A key.
- 
BThe B key.
- 
CThe C key.
- 
DThe D key.
- 
EThe E key.
- 
FThe F key.
- 
GThe G key.
- 
HThe H key.
- 
IThe I key.
- 
JThe J key.
- 
KThe K key.
- 
LThe L key.
- 
MThe M key.
- 
NThe N key.
- 
OThe O key.
- 
PThe P key.
- 
QThe Q key.
- 
RThe R key.
- 
SThe S key.
- 
TThe T key.
- 
UThe U key.
- 
VThe V key.
- 
WThe W key.
- 
XThe X key.
- 
YThe Y key.
- 
ZThe Z key.
- 
GRAVEThe Grave key.
- 
MINUSThe Minus key.
- 
EQUALThe Equal key.
- 
BACKSPACEThe Backspace key.
- 
LEFT_BRACKETThe Left Bracket key.
- 
RIGHT_BRACKETThe Right Bracket key.
- 
BACKSLASHThe Backslash key.
- 
SEMICOLONThe Semicolon key.
- 
QUOTEThe Quote key.
- 
RETURNThe Return key.
- 
COMMAThe Comma key.
- 
PERIODThe Period key.
- 
SLASHThe Slash key.
- 
LEFTThe Left key.
- 
UPThe Up key.
- 
RIGHTThe Right key.
- 
DOWNThe Down key.
- 
PRINTThe Print key.
- 
PAUSEThe Pause key.
- 
INSERTThe Insert key.
- 
DELETEThe Delete key.
- 
HOMEThe Home key.
- 
ENDThe End key.
- 
PAGE_UPThe Page Up key.
- 
PAGE_DOWNThe Page Down key.
- 
ADDThe Add key.
- 
SUBTRACTThe Subtract key.
- 
MULTIPLYThe Multiply key.
- 
DIVIDEThe Divide key.
- 
DECIMALThe Decimal key.
- 
ENTERThe Enter key.
- 
NUM0/// The Num 0 key.
- 
NUM1/// The Num 1 key.
- 
NUM2/// The Num 2 key.
- 
NUM3/// The Num 3 key.
- 
NUM4/// The Num 4 key.
- 
NUM5/// The Num 5 key.
- 
NUM6/// The Num 6 key.
- 
NUM7/// The Num 7 key.
- 
NUM8/// The Num 8 key.
- 
NUM9/// The Num 9 key.
- 
CAPSLOCK/// The CapsLock key.
- 
SCROLLLOCK/// The ScrollLock key.
- 
NUMLOCK/// The NumLock key.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getValueReturns the integer value representing the Keys value.- Specified by:
- getValuein interface- com.hp.lft.sdk.internal.EnumValueProvider<Integer>
- Returns:
- the integer value representing the Keys value.
 
 
-