Uses of Class
bibliothek.gui.dock.common.intern.CommonMultipleDockableLayout

Packages that use CommonMultipleDockableLayout
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
 

Uses of CommonMultipleDockableLayout in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return CommonMultipleDockableLayout
 CommonMultipleDockableLayout CommonMultipleDockableFactory.getLayout(CommonDockable element, Map<Dockable,Integer> children)
           
 CommonMultipleDockableLayout CommonMultipleDockableFactory.getPerspectiveLayout(CommonElementPerspective element, Map<PerspectiveDockable,Integer> children)
           
 CommonMultipleDockableLayout CommonMultipleDockableFactory.read(DataInputStream in, PlaceholderStrategy placeholders)
           
 CommonMultipleDockableLayout CommonMultipleDockableFactory.read(XElement element, PlaceholderStrategy placeholders)
           
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CommonMultipleDockableLayout
 void CommonMultipleDockableFactory.estimateLocations(CommonMultipleDockableLayout layout, LocationEstimationMap children)
           
 CommonDockable CommonMultipleDockableFactory.layout(CommonMultipleDockableLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 CommonDockable CommonMultipleDockableFactory.layout(CommonMultipleDockableLayout layout, PlaceholderStrategy placeholders)
           
 void CommonMultipleDockableFactory.layoutPerspective(CommonElementPerspective perspective, CommonMultipleDockableLayout layout, Map<Integer,PerspectiveDockable> children)
           
 CommonElementPerspective CommonMultipleDockableFactory.layoutPerspective(CommonMultipleDockableLayout layout, Map<Integer,PerspectiveDockable> children)
           
 void CommonMultipleDockableFactory.setLayout(CommonDockable element, CommonMultipleDockableLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 void CommonMultipleDockableFactory.setLayout(CommonDockable element, CommonMultipleDockableLayout layout, PlaceholderStrategy placeholders)
           
 void CommonMultipleDockableFactory.write(CommonMultipleDockableLayout layout, DataOutputStream out)
           
 void CommonMultipleDockableFactory.write(CommonMultipleDockableLayout layout, XElement element)