bibliothek.gui.dock.common.perspective
Interface CommonDockStationPerspective
- All Superinterfaces:
- CommonElementPerspective, PerspectiveElement
- All Known Implementing Classes:
- CExternalizePerspective.CommonScreenDockPerspective, CGridPerspective.CommonSplitDockPerspective, CMinimizePerspective.CommonFlapDockPerspective
public interface CommonDockStationPerspective
- extends CommonElementPerspective
A PerspectiveElement
that represents a CommonDockStation
.
- Author:
- Benjamin Sigg
getFactoryID
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
.
- Specified by:
getFactoryID
in interface PerspectiveElement
- Returns:
- the factories identifier
getConverterID
java.lang.String getConverterID()
- Gets the unique identifier of the
DockFactory
that is actually used to layout this perspective.
- Returns:
- the identifier of the actual factory
- See Also:
CommonDockStation.getConverterID()