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.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 TypeMethodDescriptionvoid
MWindow.setMainMenu
(MMenu value) Sets the value of the 'Main Menu
' containment reference.