Package bibliothek.gui.dock.station

Elements needed by various implementations of the DockStation interface.

See:
          Description

Interface Summary
Combiner A Combiner merges two Dockables into one Dockable.
DisplayerFactory A factory that creates instances of DockableDisplayer.
DockableDisplayer A panel which shows one Dockable and one DockTitle.
DockableDisplayerListener A listener to a DockableDisplayer, gets informed if the displayer is no longer valid.
StationPaint A StationPaint draws some parts of DockStation.
 

Class Summary
AbstractDockableStation An abstract combination between DockStation and Dockable.
AbstractDockStation An abstract implementation of DockStation.
DisplayerCollection A set of DockableDisplayers.
OverpaintablePanel A panel which contains two children, the "base pane" and the "overlay pane".
StationChildHandle A support class intended to be used by DockStations.
 

Enum Summary
DockableDisplayer.Location The four possible locations of the title
 

Package bibliothek.gui.dock.station Description

Elements needed by various implementations of the DockStation interface.