bibliothek.gui.dock.common.perspective
Interface CommonElementPerspective

All Superinterfaces:
PerspectiveElement
All Known Subinterfaces:
CommonDockStationPerspective
All Known Implementing Classes:
CExternalizePerspective.CommonScreenDockPerspective, CGridPerspective.CommonSplitDockPerspective, CMinimizePerspective.CommonFlapDockPerspective, MultipleCDockablePerspective.Intern, SingleCDockablePerspective.Intern

public interface CommonElementPerspective
extends PerspectiveElement

A PerspectiveElement that has an additional representation as a CElementPerspective.

Author:
Benjamin Sigg

Method Summary
 CElementPerspective getElement()
          Gets the element that is represented by this PerspectiveElement.
 
Methods inherited from interface bibliothek.gui.dock.perspective.PerspectiveElement
asDockable, asStation, getFactoryID
 

Method Detail

getElement

CElementPerspective getElement()
Gets the element that is represented by this PerspectiveElement.

Returns:
the represented element, not null