Uses of Class
bibliothek.gui.dock.common.intern.CommonMultipleDockableLayout
Packages that use CommonMultipleDockableLayout
-
Uses of CommonMultipleDockableLayout in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return CommonMultipleDockableLayoutModifier and TypeMethodDescriptionCommonMultipleDockableFactory.getLayout(CommonDockable element, Map<Dockable, Integer> children) CommonMultipleDockableFactory.getPerspectiveLayout(CommonElementPerspective element, Map<PerspectiveDockable, Integer> children) CommonMultipleDockableFactory.read(XElement element, PlaceholderStrategy placeholders) CommonMultipleDockableFactory.read(DataInputStream in, PlaceholderStrategy placeholders) Methods in bibliothek.gui.dock.common.intern with parameters of type CommonMultipleDockableLayoutModifier and TypeMethodDescriptionvoidCommonMultipleDockableFactory.estimateLocations(CommonMultipleDockableLayout layout, LocationEstimationMap children) CommonMultipleDockableFactory.layout(CommonMultipleDockableLayout layout, PlaceholderStrategy placeholders) CommonMultipleDockableFactory.layout(CommonMultipleDockableLayout layout, Map<Integer, Dockable> children, PlaceholderStrategy placeholders) CommonMultipleDockableFactory.layoutPerspective(CommonMultipleDockableLayout layout, Map<Integer, PerspectiveDockable> children) voidCommonMultipleDockableFactory.layoutPerspective(CommonElementPerspective perspective, CommonMultipleDockableLayout layout, Map<Integer, PerspectiveDockable> children) voidCommonMultipleDockableFactory.setLayout(CommonDockable element, CommonMultipleDockableLayout layout, PlaceholderStrategy placeholders) voidCommonMultipleDockableFactory.setLayout(CommonDockable element, CommonMultipleDockableLayout layout, Map<Integer, Dockable> children, PlaceholderStrategy placeholders) voidCommonMultipleDockableFactory.write(CommonMultipleDockableLayout layout, XElement element) voidCommonMultipleDockableFactory.write(CommonMultipleDockableLayout layout, DataOutputStream out)