|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeyboardListener
A listener added to the KeyboardController,
this listener receives a notification whenever a keyevent is dispatched
in a DockElement below the location of this
listener.
| Method Summary | |
|---|---|
boolean |
keyPressed(DockElement element,
KeyEvent event)
Called when a key has been pressed. |
boolean |
keyReleased(DockElement element,
KeyEvent event)
Called when a key has been released. |
boolean |
keyTyped(DockElement element,
KeyEvent event)
Called when a key has been types. |
| Methods inherited from interface bibliothek.gui.dock.event.LocatedListener |
|---|
getTreeLocation |
| Method Detail |
|---|
boolean keyPressed(DockElement element,
KeyEvent event)
element - the source of the eventevent - the description of the event
true if this listener processed the event, and
the event has not to be forwarded any further.
boolean keyReleased(DockElement element,
KeyEvent event)
element - the source of the eventevent - the description of the event
true if this listener processed the event, and
the event has not to be forwarded any further.
boolean keyTyped(DockElement element,
KeyEvent event)
element - the source of the eventevent - the description of the event
true if this listener processed the event, and
the event has not to be forwarded any further.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||