Package bibliothek.gui.dock.station.split

Interface Summary
SplitDockAccess Provides access to some internal methods and attributes of a SplitDockStation.
SplitNodeVisitor A visitor for a tree of SplitNodes.
 

Class Summary
FullScreenClickableListener A listener which is added to a SplitDockStation.
Leaf Represents a leaf in the tree that is the structure of a SplitDockStation.
Node A Node represents an element in the tree of a SplitDockStation.
PutInfo Carries information where to put a Dockable onto a SplitDockStation.
Root The root of the tree that represents the internal structure of a SplitDockStation.
SplitDockGrid A class that provides a grid for Dockables.
SplitDockProperty This property stores the location and the size of each child of a SplitDockStation.
SplitDockPropertyFactory A factory that creates instances of SplitDockProperty.
SplitDockStationFactory A factory that creates SplitDockStations.
SplitDockTree Represents the internal tree of a SplitDockStation.
SplitFullScreenAction This DockAction is mainly used by the SplitDockStation to allow it's children to get in fullscreen-mode.
SplitNode The internal representation of a SplitDockStation is a tree.
 

Enum Summary
PutInfo.Put Information where the mouse is.
 

Exception Summary
SplitDropTreeException An exception thrown if a SplitDockStation can't combine two children which must be combined.