Interface MMenuContributions
- All Known Subinterfaces:
MApplication
- All Known Implementing Classes:
ApplicationImpl
public interface MMenuContributions
A representation of the model object 'Contributions'.
Provisional for 4.3. This is a container aggregating the menu contributions to be applied to menus.
- 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 'Menu Contributions' containment reference list.
-
Method Details
-
getMenuContributions
List<MMenuContribution> getMenuContributions()Returns the value of the 'Menu Contributions' containment reference list. The list contents are of typeMMenuContribution
.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 'Menu Contributions' containment reference list.
-