public class DefaultDockablePerspective extends Object implements PerspectiveDockable
PerspectiveElement that represents a DefaultDockable.| Constructor and Description |
|---|
DefaultDockablePerspective() |
| Modifier and Type | Method and Description |
|---|---|
PerspectiveDockable |
asDockable()
Returns the representation of
this as PerspectiveDockable. |
PerspectiveStation |
asStation()
Returns the representation of
this as PerspectiveStation |
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 void setParent(PerspectiveStation parent)
PerspectiveDockableDockStation of this Dockable.setParent in interface PerspectiveDockableparent - the new parent, can be nullpublic PerspectiveStation getParent()
PerspectiveDockableDockStation of this Dockable.getParent in interface PerspectiveDockablenullpublic Path getPlaceholder()
PerspectiveDockableDockable.getPlaceholder in interface PerspectiveDockablenullpublic PerspectiveDockable asDockable()
PerspectiveElementthis as PerspectiveDockable.asDockable in interface PerspectiveElementasDockable in interface PlaceholderListItem<PerspectiveDockable>this, a representation of this or nullpublic PerspectiveStation asStation()
PerspectiveElementthis as PerspectiveStationasStation in interface PerspectiveElementthis, a representation of this or nullpublic String getFactoryID()
PerspectiveElementDockFactory that will be able to
understand the layout information this element generates.getFactoryID in interface PerspectiveElementCopyright © 2017 Docking Frames. All rights reserved.