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

Optional helper functions to keep the size of Dockable even if the elements are moved around.

See:
          Description

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.
LbSplitLayoutManager This SplitLayoutManager uses a SizeManager to find the size a Dockable should get when dropping onto the SplitDockStation.
 

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

Optional helper functions to keep the size of Dockable even if the elements are moved around. The functionality of this package mostly got obsolete when placeholders were introduced.