protected class SingleCDockablePerspective.Intern extends java.lang.Object implements PerspectiveDockable, CommonElementPerspective
SingleCDockablePerspective.create()
Modifier | Constructor and Description |
---|---|
protected |
Intern() |
Modifier and Type | Method and Description |
---|---|
PerspectiveDockable |
asDockable()
Returns the representation of
this as PerspectiveDockable . |
PerspectiveStation |
asStation()
Returns the representation of
this as PerspectiveStation |
CElementPerspective |
getElement()
Gets the element that is represented by this
PerspectiveElement . |
java.lang.String |
getFactoryID()
Gets the identifier of the
DockFactory that will be able to
understand the layout information this element generates. |
PerspectiveStation |
getParent()
Gets the parent
DockStation of this Dockable . |
Path |
getPlaceholder()
Gets the placeholder which is associated with this
Dockable . |
void |
setParent(PerspectiveStation parent)
Sets the parent
DockStation of this Dockable . |
public CElementPerspective getElement()
CommonElementPerspective
PerspectiveElement
.getElement
in interface CommonElementPerspective
null
public java.lang.String getFactoryID()
PerspectiveElement
DockFactory
that will be able to
understand the layout information this element generates.getFactoryID
in interface PerspectiveElement
public PerspectiveStation asStation()
PerspectiveElement
this
as PerspectiveStation
asStation
in interface PerspectiveElement
this
, a representation of this
or null
public PerspectiveDockable asDockable()
PerspectiveElement
this
as PerspectiveDockable
.asDockable
in interface PerspectiveElement
asDockable
in interface PlaceholderListItem<PerspectiveDockable>
this
, a representation of this
or null
public void setParent(PerspectiveStation parent)
PerspectiveDockable
DockStation
of this Dockable
.setParent
in interface PerspectiveDockable
parent
- the new parent, can be null
public Path getPlaceholder()
PerspectiveDockable
Dockable
.getPlaceholder
in interface PerspectiveDockable
null
public PerspectiveStation getParent()
PerspectiveDockable
DockStation
of this Dockable
.getParent
in interface PerspectiveDockable
null