Uses of Interface
org.eclipse.e4.ui.model.application.ui.menu.MMenu
Packages that use MMenu
Package
Description
Application programming interfaces describing the Eclipse 4 descriptor model elements.
Application programming interfaces describing the basic Eclipse 4 user interface model elements.
Application programming interfaces describing the Eclipse 4 menu and toolbar model elements.
-
Uses of MMenu in org.eclipse.e4.ui.model.application.descriptor.basic
Methods in org.eclipse.e4.ui.model.application.descriptor.basic that return types with arguments of type MMenu -
Uses of MMenu in org.eclipse.e4.ui.model.application.descriptor.basic.impl
Fields in org.eclipse.e4.ui.model.application.descriptor.basic.impl with type parameters of type MMenuModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MMenu> PartDescriptorImpl.menusThe cached value of the 'Menus' containment reference list.Methods in org.eclipse.e4.ui.model.application.descriptor.basic.impl that return types with arguments of type MMenu -
Uses of MMenu in org.eclipse.e4.ui.model.application.ui.basic
Methods in org.eclipse.e4.ui.model.application.ui.basic that return MMenuModifier and TypeMethodDescriptionMWindow.getMainMenu()Returns the value of the 'Main Menu' containment reference.Methods in org.eclipse.e4.ui.model.application.ui.basic that return types with arguments of type MMenuModifier and TypeMethodDescriptionMPart.getMenus()Returns the value of the 'Menus' containment reference list.Methods in org.eclipse.e4.ui.model.application.ui.basic with parameters of type MMenuModifier and TypeMethodDescriptionvoidMWindow.setMainMenu(MMenu value) Sets the value of the 'Main Menu' containment reference. -
Uses of MMenu in org.eclipse.e4.ui.model.application.ui.basic.impl
Fields in org.eclipse.e4.ui.model.application.ui.basic.impl declared as MMenuModifier and TypeFieldDescriptionprotected MMenuWindowImpl.mainMenuThe cached value of the 'Main Menu' containment reference.Fields in org.eclipse.e4.ui.model.application.ui.basic.impl with type parameters of type MMenuModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MMenu> PartImpl.menusThe cached value of the 'Menus' containment reference list.Methods in org.eclipse.e4.ui.model.application.ui.basic.impl that return MMenuMethods in org.eclipse.e4.ui.model.application.ui.basic.impl that return types with arguments of type MMenuMethods in org.eclipse.e4.ui.model.application.ui.basic.impl with parameters of type MMenuModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainWindowImpl.basicSetMainMenu(MMenu newMainMenu, org.eclipse.emf.common.notify.NotificationChain msgs) voidWindowImpl.setMainMenu(MMenu newMainMenu) -
Uses of MMenu in org.eclipse.e4.ui.workbench.renderers.swt
Methods in org.eclipse.e4.ui.workbench.renderers.swt that return MMenuModifier and TypeMethodDescriptionMenuManagerRenderer.getMenuModel(MenuManager manager) static MMenuStackRenderer.getViewMenu(MPart part) Methods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type MMenuModifier and TypeMethodDescriptionvoidvoidMenuManagerRenderer.clearModelToManager(MMenu model, MenuManager manager) static voidMenuManagerRendererFilter.collectInfo(ExpressionInfo info, MMenu menuModel, MenuManagerRenderer renderer, IEclipseContext evalContext, boolean recurse) MenuManagerRenderer.getManager(MMenu model) protected MenuvoidMenuManagerRenderer.linkModelToManager(MMenu model, MenuManager manager) voidMenuManagerRenderer.processContributions(MMenu menuModel, String elementId, boolean isMenuBar, boolean isPopup) voidMenuManagerRenderer.reconcileManagerToModel(MenuManager menuManager, MMenu menuModel) voidMenuManagerRenderer.removeDynamicMenuContributions(MenuManager menuManager, MMenu menuModel) Remove all dynamic contribution items and their model for the MenuManager specified.voidMenuManagerRenderer.removeDynamicMenuContributions(MenuManager menuManager, MMenu menuModel, List<MMenuElement> dump) Clean dynamic menu contributions provided byMDynamicMenuContributionapplication model elementsstatic voidMenuManagerRendererFilter.updateElementVisibility(MMenu menuModel, MenuManagerRenderer renderer, MenuManager menuManager, IEclipseContext evalContext, int recurseLevel, boolean updateEnablement) Constructors in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type MMenuModifierConstructorDescriptionContributionRecord(MMenu menuModel, MMenuContribution contribution, MenuManagerRenderer renderer)