|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CKeyboardListener | |
|---|---|
| bibliothek.gui.dock.common | A set of classes that can be used to create basic applications. |
| bibliothek.gui.dock.common.intern | Classes and interfaces used internally. |
| Uses of CKeyboardListener in bibliothek.gui.dock.common |
|---|
| Methods in bibliothek.gui.dock.common with parameters of type CKeyboardListener | |
|---|---|
void |
CControl.addKeyboardListener(CKeyboardListener listener)
Adds a global keyboard listener to this control. |
void |
CControl.removeKeyboardListener(CKeyboardListener listener)
Removes a listener from this control. |
| Uses of CKeyboardListener in bibliothek.gui.dock.common.intern |
|---|
| Methods in bibliothek.gui.dock.common.intern that return CKeyboardListener | |
|---|---|
CKeyboardListener |
CDockableAccess.getKeyboardListener()
A keyboard listener which will be informed about key events that happen on the owner of this access. |
CKeyboardListener |
CListenerCollection.getKeyboardListener()
Gets a CKeyboardListener which forwards all calls to its
methods to the listener registered at this collection. |
CKeyboardListener[] |
CListenerCollection.getKeyboardListeners()
Gets all currently registered CKeyboardListeners collected
in an array. |
| Methods in bibliothek.gui.dock.common.intern with parameters of type CKeyboardListener | |
|---|---|
void |
AbstractCDockable.addKeyboardListener(CKeyboardListener listener)
|
void |
CDockable.addKeyboardListener(CKeyboardListener listener)
Adds a keyboard listener to this dockable. |
void |
CListenerCollection.addKeyboardListener(CKeyboardListener listener)
Stores an additional CKeyboardListener in this collection. |
void |
AbstractCDockable.removeKeyboardListener(CKeyboardListener listener)
|
void |
CDockable.removeKeyboardListener(CKeyboardListener listener)
Removes a listener from this dockable. |
void |
CListenerCollection.removeKeyboardListener(CKeyboardListener listener)
Removes a listener from this collection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||