Interface MWindowElement

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

public interface MWindowElement extends MUIElement
A representation of the model object 'Window Element'.

A class to be mixed in to any element that should be allowed to be added to a Window.

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