public interface CDockablePerspective extends CElementPerspective
CDockable
in a CPerspective
.Modifier and Type | Method and Description |
---|---|
LocationHistory |
getLocationHistory()
Gets information about the locations this dockable had in the past.
|
CStationPerspective |
getParent()
Gets the next parent of this perspective that represents a
CStation . |
CStationPerspective |
getWorkingArea()
Gets the working-area of this element
|
void |
setWorkingArea(CStationPerspective workingArea)
Sets the working-area of this element.
|
asDockable, asStation, intern
CStationPerspective getParent()
CStation
. This method
may jump over some parents to get to the next station.null
void setWorkingArea(CStationPerspective workingArea)
workingArea
- the working-area, can be null
CStationPerspective getWorkingArea()
null
setWorkingArea(CStationPerspective)
LocationHistory getLocationHistory()
null