Package | Description |
---|---|
cz.gyarab.util.event |
Soubor tříd událostí obsahuje jak samotné události, tak jejich management.
|
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 KeyEvent |
KeyEvent.fromSwingEvent(java.awt.event.KeyEvent event)
Vytvoří klávesovou událost konverzí Swingové události.
|
Modifier and Type | Method and Description |
---|---|
void |
InteractiveLightPanel.addKeyListener(EventListener<KeyEvent> listener)
Přidá posluchače klávesnice.
|
void |
SwingLightPanel.addKeyListener(EventListener<KeyEvent> listener) |
void |
InteractiveLightPanel.removeKeyListener(EventListener<KeyEvent> listener)
Odebere posluchače klávesnice.
|
void |
SwingLightPanel.removeKeyListener(EventListener<KeyEvent> listener) |