Class CommonSingleDockableLayout
java.lang.Object
bibliothek.gui.dock.common.intern.CommonSingleDockableLayout
An intermediate representation of the layout of a
CommonDockable that
is connected with a SingleCDockable.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArea()Gets the working-area of the dockable.getId()Gets the unique identifier of the dockablebooleanTells whethersetArea(String)was ever called.voidSets the working-area of the dockable.voidSets the unique identifier of the dockable.
-
Constructor Details
-
CommonSingleDockableLayout
public CommonSingleDockableLayout()
-
-
Method Details
-
setId
Sets the unique identifier of the dockable.- Parameters:
id- the unique identifier
-
getId
Gets the unique identifier of the dockable- Returns:
- the unique identifier
-
isAreaSet
public boolean isAreaSet()Tells whethersetArea(String)was ever called. This method returnsfalseif this layout represents a layout that was created with a version of the framework that was before 1.1.0.- Returns:
- whether
setArea(String)was ever called
-
setArea
Sets the working-area of the dockable.- Parameters:
area- the working-area, can benull
-
getArea
Gets the working-area of the dockable.- Returns:
- the working-area, can be
null
-