Uses of Interface
bibliothek.gui.dock.common.event.CKeyboardListener
Packages that use CKeyboardListener
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
-
Uses of CKeyboardListener in bibliothek.gui.dock.common
Methods in bibliothek.gui.dock.common with parameters of type CKeyboardListenerModifier and TypeMethodDescriptionvoidCControl.addKeyboardListener(CKeyboardListener listener) Adds a global keyboard listener to this control.voidCControl.removeKeyboardListener(CKeyboardListener listener) Removes a listener from this control. -
Uses of CKeyboardListener in bibliothek.gui.dock.common.intern
Classes in bibliothek.gui.dock.common.intern that implement CKeyboardListenerMethods in bibliothek.gui.dock.common.intern that return CKeyboardListenerModifier and TypeMethodDescriptionCDockableAccess.getKeyboardListener()A keyboard listener which will be informed about key events that happen on the owner of this access.CListenerCollection.getKeyboardListener()Gets aCKeyboardListenerwhich forwards all calls to its methods to the listener registered at this collection.CListenerCollection.getKeyboardListeners()Gets all currently registeredCKeyboardListeners collected in an array.Methods in bibliothek.gui.dock.common.intern with parameters of type CKeyboardListenerModifier and TypeMethodDescriptionvoidAbstractCDockable.addKeyboardListener(CKeyboardListener listener) voidCDockable.addKeyboardListener(CKeyboardListener listener) Adds a keyboard listener to this dockable.voidCListenerCollection.addKeyboardListener(CKeyboardListener listener) Stores an additionalCKeyboardListenerin this collection.voidAbstractCDockable.removeKeyboardListener(CKeyboardListener listener) voidCDockable.removeKeyboardListener(CKeyboardListener listener) Removes a listener from this dockable.voidCListenerCollection.removeKeyboardListener(CKeyboardListener listener) Removes a listener from this collection.