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.
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".
The "overlay pane" is painted above the "base pane" and all its children.
 

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.