Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.common.behavior | |
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. |
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
bibliothek.gui.dock.station.support |
Elements used by various
DockStation s to store
properties and to propagate events to other objects. |
Modifier and Type | Method and Description |
---|---|
void |
DockStation.addDockStationListener(DockStationListener listener)
Adds a listener to this station.
|
void |
DockStation.removeDockStationListener(DockStationListener listener)
Removes a listener from this station.
|
Modifier and Type | Method and Description |
---|---|
void |
SplitDockStation.addDockStationListener(DockStationListener listener) |
void |
SplitDockStation.removeDockStationListener(DockStationListener 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 |
DockStationAdapter
An abstract implementation of
DockStationListener . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDockStation.addDockStationListener(DockStationListener listener) |
void |
AbstractDockableStation.addDockStationListener(DockStationListener listener) |
void |
AbstractDockStation.removeDockStationListener(DockStationListener listener) |
void |
AbstractDockableStation.removeDockStationListener(DockStationListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
DockableShowingManager
Knows for every child of a
DockStation whether it is visible or not. |
Modifier and Type | Method and Description |
---|---|
void |
DockStationListenerManager.addListener(DockStationListener listener)
Adds a listener to this manager.
|
void |
DockStationListenerManager.removeListener(DockStationListener listener)
Removes an earlier added listener.
|