Package | Description |
---|---|
org.eclipse.e4.ui.model.application.descriptor.basic |
Application programming interfaces describing the Eclipse 4 descriptor model elements.
|
org.eclipse.e4.ui.model.application.ui.basic |
Application programming interfaces describing the basic Eclipse 4 user interface model elements.
|
org.eclipse.e4.ui.model.application.ui.menu |
Application programming interfaces describing the Eclipse 4 menu and toolbar model elements.
|
Modifier and Type | Method and Description |
---|---|
List<MMenu> |
MPartDescriptor.getMenus()
Returns the value of the 'Menus' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
MMenu |
MWindow.getMainMenu()
Returns the value of the 'Main Menu' containment reference
|
Modifier and Type | Method and Description |
---|---|
List<MMenu> |
MPart.getMenus()
Returns the value of the 'Menus' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
MWindow.setMainMenu(MMenu value)
Sets the value of the '
Main Menu ' containment reference |
Modifier and Type | Interface and Description |
---|---|
interface |
MPopupMenu
A representation of the model object 'Popup Menu'
|
Modifier and Type | Method and Description |
---|---|
MMenu |
MMenuFactory.createMenu()
Returns a new object of class 'Menu'
|
MMenu |
MToolItem.getMenu()
Returns the value of the 'Menu' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
MToolItem.setMenu(MMenu value)
Sets the value of the '
Menu ' containment reference |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.