Interface MGenericTrimContainer<T extends MUIElement>
-
- All Superinterfaces:
MApplicationElement
,MElementContainer<T>
,MLocalizable
,MUIElement
- All Known Subinterfaces:
MTrimBar
public interface MGenericTrimContainer<T extends MUIElement> extends MElementContainer<T>
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SideValue
getSide()
Returns the value of the 'Side' attribute.void
setSide(SideValue value)
Sets the value of the 'Side
' attribute.-
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 Detail
-
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:
SideValue
,setSide(SideValue)
-
-