Package bibliothek.gui.dock.common.intern.station

Contains the CommonStation, various implementations of CommonStation and supporting classes.

See:
          Description

Interface Summary
CommonStation<S extends DockStation> An interface that can be implemented by classes that extend a DockStation, are Dockables and that should implement CommonDockable as well.
CommonStationDelegate Implements several methods that could be used by a CommonStation.
 

Class Summary
AbstractResizeRequestHandler A listener to a CControl that provides useful methods for subclasses.
CFlapLayoutManager A FlapLayoutManager that uses the properties of CDockable to find and store size and hold values.
CLockedResizeLayoutManager A LockedResizeLayoutManager that looks out for CDockable.isResizeLockedVertically() and CDockable.isResizeLockedHorizontally().
CSplitDockStation An implementation of SplitDockStation that also satisfies the CommonDockable interface.
FlapResizeRequestHandler A handler that can change the size of a CDockable such that it has its preferred size if its parent is a FlapDockStation
ScreenResizeRequestHandler A handler which can change the size of children of a ScreenDockStation such that the preferred size of the children is met.
SecureCSplitDockStation The secure version of CSplitDockStation.
SplitResizeRequestHandler A handle that can be used to change the layout of a SplitDockStation such that the Dimension of CDockable.getAndClearResizeRequest() is more or less respected.
 

Package bibliothek.gui.dock.common.intern.station Description

Contains the CommonStation, various implementations of CommonStation and supporting classes.