Uses of Class
bibliothek.gui.dock.layout.DockLayout

Packages that use DockLayout
bibliothek.gui.dock.layout Elements dealing with the location of Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations. 
 

Uses of DockLayout in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout that return DockLayout
 DockLayout<?> DockLayoutComposition.getLayout()
          Gets the layout which describes the element of this composition.
 

Constructors in bibliothek.gui.dock.layout with parameters of type DockLayout
DockLayoutComposition(DockLayout<?> layout, List<DockLayoutComposition> children, boolean ignoreChildren)
          Creates a new composition.