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