public abstract class AbstractCDockablePerspective extends Object implements CDockablePerspective
CDockablePerspective providing some general methods.| Constructor and Description |
|---|
AbstractCDockablePerspective() |
| 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 |
remove()
Removes this dockable from its parent (if there is a parent).
|
void |
setWorkingArea(CStationPerspective workingArea)
Sets the working-area of this element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasDockable, asStation, internpublic CStationPerspective getParent()
CDockablePerspectiveCStation. This method
may jump over some parents to get to the next station.getParent in interface CDockablePerspectivenullpublic void setWorkingArea(CStationPerspective workingArea)
CDockablePerspectivesetWorkingArea in interface CDockablePerspectiveworkingArea - the working-area, can be nullpublic CStationPerspective getWorkingArea()
CDockablePerspectivegetWorkingArea in interface CDockablePerspectivenullCDockablePerspective.setWorkingArea(CStationPerspective)public LocationHistory getLocationHistory()
CDockablePerspectivegetLocationHistory in interface CDockablePerspectivenullpublic void remove()
CPerspective.storeLocation(CDockablePerspective) which will
allow the dockable to store its last location, leave a placeholder, and make the
perspective remember that there is an invisible dockable.Copyright © 2018. All rights reserved.