Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
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 | Field and Description |
---|---|
protected DockStationListenerManager |
SplitDockStation.dockStationListeners
The list of all registered
DockStationListeners . |
Modifier and Type | Field and Description |
---|---|
protected DockStationListenerManager |
AbstractDockStation.listeners
The list of
DockStationListeners which
can be used to send events to all listeners. |
protected DockStationListenerManager |
AbstractDockableStation.listeners
The list of
DockStationListeners which
can be used to send events to all listeners. |
Constructor and Description |
---|
DockableShowingManager(DockStationListenerManager listeners)
Constructs a new manager
|