public class CommonMultipleDockableLayout extends Object
CommonDockable
that is connected with a MultipleCDockable
.Constructor and Description |
---|
CommonMultipleDockableLayout() |
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Gets the unique id of the working-area the dockable was on.
|
String |
getId()
Gets the unique id of the dockable.
|
MultipleCDockableLayout |
getLayout()
Gets the layout of the
MultipleCDockable that is associated with
the CommonDockable for which this layout was created. |
void |
setArea(String area)
Sets the unique id of the working-area the dockable was on.
|
void |
setId(String id)
Sets the unique id of the dockable.
|
void |
setLayout(MultipleCDockableLayout layout)
Sets the description of the layout of a
MultipleCDockable . |
public void setLayout(MultipleCDockableLayout layout)
MultipleCDockable
. The
described dockable is connected with the CommonDockable
for
which this layout was created.layout
- the layoutpublic MultipleCDockableLayout getLayout()
MultipleCDockable
that is associated with
the CommonDockable
for which this layout was created.public void setId(String id)
id
- the unique idpublic String getId()
public void setArea(String area)
area
- the id or null
public String getArea()
null