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

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

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

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

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