Interface MGenericTrimContainer<T extends MUIElement>
- All Superinterfaces:
MApplicationElement
,MElementContainer<T>
,MLocalizable
,MUIElement
- All Known Subinterfaces:
MTrimBar
- All Known Implementing Classes:
GenericTrimContainerImpl
,TrimBarImpl
A representation of the model object 'Generic Trim Container'.
This provides a collection specifically for TrimBars.
- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
The following features are supported:
-
Method Summary
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.ui.MElementContainer
getChildren, getSelectedElement, setSelectedElement
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MLocalizable
updateLocalization
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
-
Method Details
-
getSide
SideValue getSide()Returns the value of the 'Side' attribute. The literals are from the enumerationSideValue
.This is an enum defining the side of the UI Window on which this collection should be displayed.
- Returns:
- the value of the 'Side' attribute.
- See Also:
-
setSide
Sets the value of the 'Side
' attribute.
-