public static enum InteractiveLightPanel.UserSelectionMode extends java.lang.Enum<InteractiveLightPanel.UserSelectionMode>
InteractiveLightPanel.select(int, int)
.Enum Constant and Description |
---|
CLICK
Uživatel vybere buňku klepnutím.
|
HOVER
Uživatel vybere buňku přejetím myší nad buňkou.
|
NONE
Uživatel nemůže přímo vybrat myší buňku.
|
PRESS
Uživatel vybere buňku stisknutím libovolného tlačítka myši.
|
Modifier and Type | Method and Description |
---|---|
static InteractiveLightPanel.UserSelectionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractiveLightPanel.UserSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InteractiveLightPanel.UserSelectionMode NONE
public static final InteractiveLightPanel.UserSelectionMode CLICK
public static final InteractiveLightPanel.UserSelectionMode PRESS
public static final InteractiveLightPanel.UserSelectionMode HOVER
public static InteractiveLightPanel.UserSelectionMode[] values()
for (InteractiveLightPanel.UserSelectionMode c : InteractiveLightPanel.UserSelectionMode.values()) System.out.println(c);
public static InteractiveLightPanel.UserSelectionMode 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