|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.perspective.AbstractCDockablePerspective
public abstract class AbstractCDockablePerspective
An abstract implementation of CDockablePerspective providing some general methods.
| Constructor Summary | |
|---|---|
AbstractCDockablePerspective()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bibliothek.gui.dock.common.perspective.CElementPerspective |
|---|
asDockable, asStation, intern |
| Constructor Detail |
|---|
public AbstractCDockablePerspective()
| Method Detail |
|---|
public CStationPerspective getParent()
CDockablePerspectiveCStation. This method
may jump over some parents to get to the next station.
getParent in interface CDockablePerspectivenullpublic void setWorkingArea(CStationPerspective workingArea)
CDockablePerspective
setWorkingArea in interface CDockablePerspectiveworkingArea - the working-area, can be nullpublic CStationPerspective getWorkingArea()
CDockablePerspective
getWorkingArea in interface CDockablePerspectivenullCDockablePerspective.setWorkingArea(CStationPerspective)public LocationHistory getLocationHistory()
CDockablePerspective
getLocationHistory 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||