public static enum KeyAPI.FNKeys extends java.lang.Enum<KeyAPI.FNKeys>
| Enum Constant and Description |
|---|
F1 |
F10 |
F11 |
F12 |
F13 |
F14 |
F15 |
F16 |
F17 |
F18 |
F19 |
F2 |
F20 |
F21 |
F22 |
F23 |
F24 |
F25 |
F3 |
F4 |
F5 |
F6 |
F7 |
F8 |
F9 |
| Modifier and Type | Method and Description |
|---|---|
static KeyAPI.FNKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyAPI.FNKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyAPI.FNKeys F1
public static final KeyAPI.FNKeys F2
public static final KeyAPI.FNKeys F3
public static final KeyAPI.FNKeys F4
public static final KeyAPI.FNKeys F5
public static final KeyAPI.FNKeys F6
public static final KeyAPI.FNKeys F7
public static final KeyAPI.FNKeys F8
public static final KeyAPI.FNKeys F9
public static final KeyAPI.FNKeys F10
public static final KeyAPI.FNKeys F11
public static final KeyAPI.FNKeys F12
public static final KeyAPI.FNKeys F13
public static final KeyAPI.FNKeys F14
public static final KeyAPI.FNKeys F15
public static final KeyAPI.FNKeys F16
public static final KeyAPI.FNKeys F17
public static final KeyAPI.FNKeys F18
public static final KeyAPI.FNKeys F19
public static final KeyAPI.FNKeys F20
public static final KeyAPI.FNKeys F21
public static final KeyAPI.FNKeys F22
public static final KeyAPI.FNKeys F23
public static final KeyAPI.FNKeys F24
public static final KeyAPI.FNKeys F25
public static KeyAPI.FNKeys[] values()
for (KeyAPI.FNKeys c : KeyAPI.FNKeys.values()) System.out.println(c);
public static KeyAPI.FNKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null