Package | Description |
---|---|
cz.gyarab.util.light |
Základní sestava tříd pro úplné začátečníky umožňuje snadno ovládat světelná
pole i bez znalosti programování GUI.
|
Modifier and Type | Method and Description |
---|---|
static InteractiveLightPanel.UserSelectionMode |
InteractiveLightPanel.UserSelectionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractiveLightPanel.UserSelectionMode[] |
InteractiveLightPanel.UserSelectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InteractiveLightPanel.setUserSelectionMode(InteractiveLightPanel.UserSelectionMode mode)
Nastaví uživatelský režim výběru myší.
|
void |
SwingLightPanel.setUserSelectionMode(InteractiveLightPanel.UserSelectionMode mode) |