Class CommonMultipleDockableLayout
java.lang.Object
bibliothek.gui.dock.common.intern.CommonMultipleDockableLayout
An intermediate representation of the layout of a
CommonDockable
that is connected with a MultipleCDockable.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArea()Gets the unique id of the working-area the dockable was on.getId()Gets the unique id of the dockable.Gets the layout of theMultipleCDockablethat is associated with theCommonDockablefor which this layout was created.voidSets the unique id of the working-area the dockable was on.voidSets the unique id of the dockable.voidsetLayout(MultipleCDockableLayout layout) Sets the description of the layout of aMultipleCDockable.
-
Constructor Details
-
CommonMultipleDockableLayout
public CommonMultipleDockableLayout()
-
-
Method Details
-
setLayout
Sets the description of the layout of aMultipleCDockable. The described dockable is connected with theCommonDockablefor which this layout was created.- Parameters:
layout- the layout
-
getLayout
Gets the layout of theMultipleCDockablethat is associated with theCommonDockablefor which this layout was created.- Returns:
- the layout
-
setId
Sets the unique id of the dockable.- Parameters:
id- the unique id
-
getId
Gets the unique id of the dockable.- Returns:
- the unique id
-
setArea
Sets the unique id of the working-area the dockable was on.- Parameters:
area- the id ornull
-
getArea
Gets the unique id of the working-area the dockable was on.- Returns:
- the id of an area or
null
-