Interface MTrimContributions
- All Known Subinterfaces:
MApplication
- All Known Implementing Classes:
ApplicationImpl
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
Modifier and TypeMethodDescriptionReturns the value of the 'Trim Contributions' containment reference list.
-
Method Details
-
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.
-