|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockableFocusListener | |
---|---|
bibliothek.gui | The high level interfaces of the framework and the most often used classes. |
bibliothek.gui.dock.control | Classes responsible to handle some global task. |
bibliothek.gui.dock.event | Listeners, adapters and events used in the whole framework. A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener. |
Uses of DockableFocusListener in bibliothek.gui |
---|
Methods in bibliothek.gui that return DockableFocusListener | |
---|---|
protected DockableFocusListener[] |
DockController.dockableFocusListeners()
Gets an array of currently registered DockableFocusListener s. |
Methods in bibliothek.gui with parameters of type DockableFocusListener | |
---|---|
void |
DockController.addDockableFocusListener(DockableFocusListener listener)
Adds a listener to this controller, the listener will be informed when the focused Dockable changes. |
void |
DockController.removeDockableFocusListener(DockableFocusListener listener)
Removes a listener from this controller. |
Uses of DockableFocusListener in bibliothek.gui.dock.control |
---|
Classes in bibliothek.gui.dock.control that implement DockableFocusListener | |
---|---|
class |
ActionBinder
A manager which ensures that every DockAction is bound to its Dockable s. |
Uses of DockableFocusListener in bibliothek.gui.dock.event |
---|
Subinterfaces of DockableFocusListener in bibliothek.gui.dock.event | |
---|---|
interface |
DockListener
A collection of listeners that observe most events of a DockController . |
Classes in bibliothek.gui.dock.event that implement DockableFocusListener | |
---|---|
class |
DockableFocusAdapter
An implementatin of DockableFocusListener containing only
empty methods. |
class |
DockAdapter
An implementation of DockListener , doing nothing whenever receiving
an event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |