Interface MTrimmedWindow

All Superinterfaces:
MApplicationElement, MBindings, MContext, MElementContainer<MWindowElement>, MHandlerContainer, MLocalizable, MSnippetContainer, MUIElement, MUILabel, MWindow
All Known Implementing Classes:
TrimmedWindowImpl

public interface MTrimmedWindow extends MWindow
A representation of the model object 'Trimmed Window'.

A subclass of Window that also supports TrimBars on its edges.

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

The following features are supported:

  • Method Details

    • getTrimBars

      List<MTrimBar> getTrimBars()
      Returns the value of the 'Trim Bars' containment reference list. The list contents are of type MTrimBar.

      The collection of TrimBars associated with this window.

      Returns:
      the value of the 'Trim Bars' containment reference list.