Package bibliothek.gui.dock.station

Interface Summary
Combiner A Combiner merges two Dockables into one Dockable.
DisplayerFactory A factory that creates instances of DockableDisplayer.
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.
FlapDockStation This DockStation shows only a title for each of it's children.
If the user clicks on one of the titles, a window will popup.
OverpaintablePanel A panel which contains two children: one child is used to add other children, the other child is used to paint over all children.
ScreenDockStation A DockStation which is the whole screen.
SplitDockStation This station shows all its children at once.
StackDockStation On this station, only one of many children is visible.
 

Enum Summary
FlapDockStation.Direction The direction in which the window with the Dockable will popup, in respect to the location of this station.
SplitDockStation.Orientation Orientation how two Dockables are aligned.