Interface MPartSashContainerElement

All Superinterfaces:
MApplicationElement, MLocalizable, MUIElement
All Known Subinterfaces:
MArea, MCompositePart, MPart, MPartSashContainer, MPartStack, MPerspectiveStack, MPlaceholder
All Known Implementing Classes:
AreaImpl, CompositePartImpl, PartImpl, PartSashContainerImpl, PartStackImpl, PerspectiveStackImpl, PlaceholderImpl

public interface MPartSashContainerElement extends MUIElement
A representation of the model object 'Part Sash Container Element'.

A class to be mixed in to any element that should be allowed to be added to a PartSashContainer. Since a PartSashContainer is itself a PartSashContainerElement we can defined nested 'trees' of sash containment.

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