public enum InputGesture extends Enum<InputGesture>
Modifier and Type | Method and Description |
---|---|
static InputGesture |
valueOf(LogRecord rec)
Finds the right InputGesture for given LogRecord.
|
static InputGesture |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputGesture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputGesture KEYBOARD
public static final InputGesture MENU
public static final InputGesture TOOLBAR
public static InputGesture[] values()
public static InputGesture valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static InputGesture valueOf(LogRecord rec)
rec
- the recordnull
if unknown