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

Method Summary
 String getConverterID()
          Gets the unique identifier of the DockFactory that is actually used to layout this perspective.
 String getFactoryID()
          Gets the unique identifier of the DockFactory that handles this perspective element, for CommonDockStationPerspectives the result should be CommonDockStationFactory.FACTORY_ID.
 
Methods inherited from interface bibliothek.gui.dock.common.perspective.CommonElementPerspective
getElement
 
Methods inherited from interface bibliothek.gui.dock.perspective.PerspectiveElement
asDockable, asStation
 

Method Detail

getFactoryID

String getFactoryID()
Gets the unique identifier of the DockFactory that handles this perspective element, for CommonDockStationPerspectives the result should be CommonDockStationFactory.FACTORY_ID.

Specified by:
getFactoryID in interface PerspectiveElement
Returns:
the factories identifier

getConverterID

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()