Package bibliothek.extension.gui.dock.station.split

Interface Summary
SizeManager This manager knows the preferred size of some Dockables, compared to the size of their parent node in a SplitDockStation.
 

Class Summary
DockFrontendSizeManager Observes a DockFrontend in order to find out which Dockables are available, and when a drag & drop operation starts.
Clients should call DockFrontendSizeManager.setFrontend(DockFrontend) in order to connect this manager with a DockFrontend.
LbSplitLayoutManager This SplitLayoutManager uses a SizeManager to find the size a Dockable should get when dropping onto the SplitDockStation.