Package com.ardor3d.input.awt
Enum Class AwtKey
- All Implemented Interfaces:
- Serializable,- Comparable<AwtKey>,- Constable
Enum used for translations between AWT key codes and Ardor3D 
Key instances.- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Method SummaryModifier and TypeMethodDescriptionstatic KeyfindByCode(int awtCode) intstatic AwtKeyReturns the enum constant of this class with the specified name.static AwtKey[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ZERO
- 
ONE
- 
TWO
- 
THREE
- 
FOUR
- 
FIVE
- 
SIX
- 
SEVEN
- 
EIGHT
- 
NINE
- 
A
- 
ADD
- 
AT
- 
B
- 
BACK_QUOTE
- 
BACK_SPACE
- 
BACK_SLASH
- 
C
- 
CAPS_LOCK
- 
CIRCUMFLEX
- 
COLON
- 
COMMA
- 
CONVERT
- 
D
- 
DECIMAL
- 
DELETE
- 
DIVIDE
- 
DOWN
- 
E
- 
END
- 
EQUALS
- 
ESCAPE
- 
F
- 
F1
- 
F2
- 
F3
- 
F4
- 
F5
- 
F6
- 
F7
- 
F8
- 
F9
- 
F10
- 
F11
- 
F12
- 
F13
- 
F14
- 
F15
- 
G
- 
H
- 
HOME
- 
I
- 
INSERT
- 
J
- 
K
- 
KANA
- 
KANJI
- 
L
- 
OPEN_BRACKET
- 
CONTROL
- 
LEFT
- 
ALT
- 
META
- 
SHIFT
- 
M
- 
MINUS
- 
MULTIPLY
- 
N
- 
PAGE_DOWN
- 
NONCONVERT
- 
NUM_LOCK
- 
NUMPAD0
- 
NUMPAD1
- 
NUMPAD2
- 
NUMPAD3
- 
NUMPAD4
- 
NUMPAD5
- 
NUMPAD6
- 
NUMPAD7
- 
NUMPAD8
- 
NUMPAD9
- 
O
- 
P
- 
PAUSE
- 
PERIOD
- 
PAGE_UP
- 
Q
- 
QUOTE
- 
R
- 
CLOSE_BRACKET
- 
ENTER
- 
RIGHT
- 
S
- 
SCROLL_LOCK
- 
SEMICOLON
- 
SLASH
- 
SPACE
- 
STOP
- 
PRINTSCREEN
- 
T
- 
TAB
- 
U
- 
UNDERSCORE
- 
UP
- 
V
- 
W
- 
X
- 
Y
- 
Z
- 
UNDEFINED
 
- 
- 
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
 
- 
findByCode
- 
getAwtCodepublic int getAwtCode()
 
-