Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
LocatedListenerList<L extends LocatedListener>
An object that can hold some
LocatedListener s and order and filter
them regarding to one element of the tree. |
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleClickListener
A
DoubleClickListener is added to the DoubleClickController
and may receive an event if a Dockable , which is child or equal
to getTreeLocation() , was clicked twice. |
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. |