Interface CommonDockStationPerspective
- All Superinterfaces:
CommonElementPerspective,PerspectiveElement
- All Known Implementing Classes:
CExternalizePerspective.CommonScreenDockPerspective,CGridPerspective.CommonSplitDockPerspective,CMinimizePerspective.CommonFlapDockPerspective
A
PerspectiveElement that represents a CommonDockStation.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionGets the unique identifier of theDockFactorythat is actually used to layout this perspective.Gets the unique identifier of theDockFactorythat handles this perspective element, forCommonDockStationPerspectives the result should beCommonDockStationFactory.FACTORY_ID.Methods inherited from interface bibliothek.gui.dock.common.perspective.CommonElementPerspective
getElementMethods inherited from interface bibliothek.gui.dock.perspective.PerspectiveElement
asDockable, asStation
-
Method Details
-
getFactoryID
String getFactoryID()Gets the unique identifier of theDockFactorythat handles this perspective element, forCommonDockStationPerspectives the result should beCommonDockStationFactory.FACTORY_ID.- Specified by:
getFactoryIDin interfacePerspectiveElement
-
getConverterID
String getConverterID()Gets the unique identifier of theDockFactorythat is actually used to layout this perspective.- Returns:
- the identifier of the actual factory
- See Also:
-