Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CControl.addKeyboardListener(CKeyboardListener listener)
Adds a global keyboard listener to this control.
|
void |
CControl.removeKeyboardListener(CKeyboardListener listener)
Removes a listener from this control.
|
Modifier and Type | Class and Description |
---|---|
class |
CancelDragAndDropOperation |
Modifier and Type | Method and Description |
---|---|
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
CKeyboardListener s collected
in an array. |
Modifier and Type | Method and Description |
---|---|
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.
|