Interface MTrimContributions
-
- All Known Subinterfaces:
MApplication
public interface MTrimContributions
A representation of the model object 'Trim Contributions'.Provisional for 4.3. This is a container aggregating the trim bar contributions to be applied.
- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
The following features are supported:
- Restriction:
- This interface is not intended to be referenced by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MTrimContribution>
getTrimContributions()
Returns the value of the 'Trim Contributions' containment reference list.
-
-
-
Method Detail
-
getTrimContributions
List<MTrimContribution> getTrimContributions()
Returns the value of the 'Trim Contributions' containment reference list. The list contents are of typeMTrimContribution
.Developers: Add more detailed documentation by editing this comment in org.eclipse.ui.model.workbench/model/UIElements.ecore. There is a GenModel/documentation node under each type and attribute.
- Returns:
- the value of the 'Trim Contributions' containment reference list.
-
-