Package | Description |
---|---|
bibliothek.gui.dock.common.behavior | |
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. |
Modifier and Type | Class and Description |
---|---|
protected class |
ExternalizingCGridAreaConfiguration.SplitInserter
A listener that is added to a
ScreenDockStation , every time some Dockable is added to said
station, a new ExternalizingCGridArea is created and inserted. |
Modifier and Type | Class and Description |
---|---|
class |
DockRegister
A set of all
Dockables and
DockStations currently used in the
system. |
Modifier and Type | Interface and Description |
---|---|
interface |
DockHierarchyListener
A listener that is added to a
Dockable
and is informed whenever the path of the element changes. |
interface |
DockStationListener
This listener is added to a
DockStation . |