Interface CDockablePerspective
- All Superinterfaces:
CElementPerspective
- All Known Implementing Classes:
AbstractCDockablePerspective,CGridPerspective,CWorkingPerspective,MultipleCDockablePerspective,SingleCDockablePerspective
Represents a
CDockable in a CPerspective.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionGets information about the locations this dockable had in the past.Gets the next parent of this perspective that represents aCStation.Gets the working-area of this elementvoidsetWorkingArea(CStationPerspective workingArea) Sets the working-area of this element.Methods inherited from interface bibliothek.gui.dock.common.perspective.CElementPerspective
asDockable, asStation, intern
-
Method Details
-
getParent
CStationPerspective getParent()Gets the next parent of this perspective that represents aCStation. This method may jump over some parents to get to the next station.- Returns:
- the next station, may be
null
-
setWorkingArea
Sets the working-area of this element. This user will not be able drag this element away from that working-area.- Parameters:
workingArea- the working-area, can benull
-
getWorkingArea
CStationPerspective getWorkingArea()Gets the working-area of this element- Returns:
- the area, can be
null - See Also:
-
getLocationHistory
LocationHistory getLocationHistory()Gets information about the locations this dockable had in the past.- Returns:
- the locations, not
null
-