public class CommonSingleDockableLayout extends Object
CommonDockable
that
is connected with a SingleCDockable
.Constructor and Description |
---|
CommonSingleDockableLayout() |
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Gets the working-area of the dockable.
|
String |
getId()
Gets the unique identifier of the dockable
|
boolean |
isAreaSet()
Tells whether
setArea(String) was ever called. |
void |
setArea(String area)
Sets the working-area of the dockable.
|
void |
setId(String id)
Sets the unique identifier of the dockable.
|
public void setId(String id)
id
- the unique identifierpublic String getId()
public boolean isAreaSet()
setArea(String)
was ever called. This method returns
false
if this layout represents a layout that was created with
a version of the framework that was before 1.1.0.setArea(String)
was ever calledpublic void setArea(String area)
area
- the working-area, can be null
public String getArea()
null