public class FrontendDockablePerspective extends DefaultDockablePerspective
DefaultDockablePerspective
represents a DefaultDockable
that was added
to a DockFrontend
with a unique identifier.Constructor and Description |
---|
FrontendDockablePerspective(java.lang.String id)
Creates a new representation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Gets the unique identifier this
DefaultDockable has on its
DockFrontend . |
asDockable, asStation, getFactoryID, getParent, getPlaceholder, setParent
public FrontendDockablePerspective(java.lang.String id)
id
- the unique identifier of this perspective, not null
public java.lang.String getId()
DefaultDockable
has on its
DockFrontend
.null