public interface PerspectiveDockable extends PerspectiveElement, PlaceholderListItem<PerspectiveDockable>
Dockable
in a Perspective
.Modifier and Type | Method and Description |
---|---|
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 . |
asDockable, asStation, getFactoryID
asDockable
Path getPlaceholder()
Dockable
.null
PerspectiveStation getParent()
DockStation
of this Dockable
.null
void setParent(PerspectiveStation parent)
DockStation
of this Dockable
.parent
- the new parent, can be null