Uses of Interface
org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution
-
Packages that use MMenuContribution Package Description org.eclipse.e4.ui.model.application.ui.menu Application programming interfaces describing the Eclipse 4 menu and toolbar model elements. -
-
Uses of MMenuContribution in org.eclipse.e4.ui.model.application.ui.menu
Methods in org.eclipse.e4.ui.model.application.ui.menu that return MMenuContribution Modifier and Type Method Description MMenuContribution
MMenuFactory. createMenuContribution()
Returns a new object of class 'Contribution'.Methods in org.eclipse.e4.ui.model.application.ui.menu that return types with arguments of type MMenuContribution Modifier and Type Method Description List<MMenuContribution>
MMenuContributions. getMenuContributions()
Returns the value of the 'Menu Contributions' containment reference list.
-