Interface MTrimmedWindow
- All Superinterfaces:
MApplicationElement
,MBindings
,MContext
,MElementContainer<MWindowElement>
,MHandlerContainer
,MLocalizable
,MSnippetContainer
,MUIElement
,MUILabel
,MWindow
- All Known Implementing Classes:
TrimmedWindowImpl
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 Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Trim Bars' containment reference list.Methods inherited from interface org.eclipse.e4.ui.model.application.MApplicationElement
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
Methods inherited from interface org.eclipse.e4.ui.model.application.commands.MBindings
getBindingContexts
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MContext
getContext, getProperties, getVariables, setContext
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MElementContainer
getChildren, getSelectedElement, setSelectedElement
Methods inherited from interface org.eclipse.e4.ui.model.application.commands.MHandlerContainer
getHandlers
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MLocalizable
updateLocalization
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MSnippetContainer
getSnippets
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MUIElement
getAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidget
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MUILabel
getIconURI, getLabel, getLocalizedLabel, getLocalizedTooltip, getTooltip, setIconURI, setLabel, setTooltip
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
getHeight, getMainMenu, getSharedElements, getWidth, getWindows, getX, getY, isSetHeight, isSetWidth, isSetX, isSetY, setHeight, setMainMenu, setWidth, setX, setY, unsetHeight, unsetWidth, unsetX, unsetY
-
Method Details
-
getTrimBars
Returns the value of the 'Trim Bars' containment reference list. The list contents are of typeMTrimBar
.The collection of TrimBars associated with this window.
- Returns:
- the value of the 'Trim Bars' containment reference list.
-