Package ch.exense.oryon.modules.syrius
Enum Keys
- All Implemented Interfaces:
Serializable
,CharSequence
,Comparable<Keys>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionchar
charAt
(int index) KeyCode
int
length()
subSequence
(int start, int end) static Keys
Returns the enum constant of this type with the specified name.static Keys[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface CharSequence
chars, codePoints, isEmpty, toString
-
Enum Constant Details
-
CANCEL
-
HELP
-
BACK_SPACE
-
TAB
-
CLEAR
-
ENTER
-
SHIFT
-
LEFT_SHIFT
-
CONTROL
-
LEFT_CONTROL
-
ALT
-
LEFT_ALT
-
PAUSE
-
ESCAPE
-
SPACE
-
PAGE_UP
-
PAGE_DOWN
-
END
-
HOME
-
LEFT
-
ARROW_LEFT
-
UP
-
ARROW_UP
-
RIGHT
-
ARROW_RIGHT
-
DOWN
-
ARROW_DOWN
-
INSERT
-
DELETE
-
SEMICOLON
-
EQUALS
-
NUMPAD0
-
NUMPAD1
-
NUMPAD2
-
NUMPAD3
-
NUMPAD4
-
NUMPAD5
-
NUMPAD6
-
NUMPAD7
-
NUMPAD8
-
NUMPAD9
-
MULTIPLY
-
ADD
-
SEPARATOR
-
SUBTRACT
-
DECIMAL
-
DIVIDE
-
F1
-
F2
-
F3
-
F4
-
F5
-
F6
-
F7
-
F8
-
F9
-
F10
-
F11
-
F12
-
META
-
COMMAND
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getKeyCode
public KeyCode getKeyCode() -
length
public int length()- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-