Interface MPerspectiveStack

All Superinterfaces:
MApplicationElement, MElementContainer<MPerspective>, MGenericStack<MPerspective>, MLocalizable, MPartSashContainerElement, MUIElement, MWindowElement

public interface MPerspectiveStack extends MGenericStack<MPerspective>, MPartSashContainerElement, MWindowElement
A representation of the model object 'Perspective Stack'.

The PerspectiveStack is a collectin of Perspectives. Only one perspective may be visible at a time and is determined by the container's 'selectedElement'.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.