public static enum AlmaGui.MouseMode extends java.lang.Enum<AlmaGui.MouseMode>
Enum Constant and Description |
---|
NAVIGATE |
SELECT_LINE |
SELECT_REGION |
Modifier and Type | Method and Description |
---|---|
static AlmaGui.MouseMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlmaGui.MouseMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlmaGui.MouseMode NAVIGATE
public static final AlmaGui.MouseMode SELECT_REGION
public static final AlmaGui.MouseMode SELECT_LINE
public static AlmaGui.MouseMode[] values()
for (AlmaGui.MouseMode c : AlmaGui.MouseMode.values()) System.out.println(c);
public static AlmaGui.MouseMode 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