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

Packages that use DockLayout
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
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.common.intern.layout
 

Methods in bibliothek.gui.dock.common.intern.layout with parameters of type DockLayout
 MultipleCDockable CLayoutChangeStrategy.CSettingAccess.findMatch(DockLayout<?> layout)
          Searches a match for the meta-data layout.
 

Uses of DockLayout in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout that return DockLayout
 DockLayout<?> DockLayoutInfo.getDataLayout()
          Gets the data of this info as DockLayout.
 

Methods in bibliothek.gui.dock.layout that return types with arguments of type DockLayout
 List<DockLayout<?>> DockLayoutComposition.getAdjacent()
          Gets the additional information about the element.
 

Constructors in bibliothek.gui.dock.layout with parameters of type DockLayout
DockLayoutInfo(DockLayout<?> data)
          Creates a new info
 

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