public interface CommonDockStationPerspective extends CommonElementPerspective
PerspectiveElement
that represents a CommonDockStation
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConverterID()
Gets the unique identifier of the
DockFactory that is actually used to layout this perspective. |
java.lang.String |
getFactoryID()
Gets the unique identifier of the
DockFactory that handles this perspective element, for
CommonDockStationPerspective s the result should be CommonDockStationFactory.FACTORY_ID . |
getElement
asDockable, asStation
java.lang.String getFactoryID()
DockFactory
that handles this perspective element, for
CommonDockStationPerspective
s the result should be CommonDockStationFactory.FACTORY_ID
.getFactoryID
in interface PerspectiveElement
java.lang.String getConverterID()
DockFactory
that is actually used to layout this perspective.CommonDockStation.getConverterID()