Uses of Interface
org.eclipse.e4.ui.model.application.MContribution
-
Packages that use MContribution Package Description org.eclipse.e4.ui.model.application Application programming interfaces describing the Eclipse 4 application model elements.org.eclipse.e4.ui.model.application.commands org.eclipse.e4.ui.model.application.ui Application programming interfaces describing the Eclipse 4 state and container 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. -
-
Uses of MContribution in org.eclipse.e4.ui.model.application
Subinterfaces of MContribution in org.eclipse.e4.ui.model.application Modifier and Type Interface Description interface
MAddon
A representation of the model object 'Addon'. -
Uses of MContribution in org.eclipse.e4.ui.model.application.commands
Subinterfaces of MContribution in org.eclipse.e4.ui.model.application.commands Modifier and Type Interface Description interface
MHandler
A representation of the model object 'Handler'. -
Uses of MContribution in org.eclipse.e4.ui.model.application.ui
Subinterfaces of MContribution in org.eclipse.e4.ui.model.application.ui Modifier and Type Interface Description interface
MImperativeExpression
A representation of the model object 'Imperative Expression'. -
Uses of MContribution in org.eclipse.e4.ui.model.application.ui.basic
Subinterfaces of MContribution in org.eclipse.e4.ui.model.application.ui.basic Modifier and Type Interface Description interface
MCompositePart
A representation of the model object 'Composite Part'.interface
MPart
A representation of the model object 'Part'. -
Uses of MContribution in org.eclipse.e4.ui.model.application.ui.menu
Subinterfaces of MContribution in org.eclipse.e4.ui.model.application.ui.menu Modifier and Type Interface Description interface
MDirectMenuItem
A representation of the model object 'Direct Menu Item'.interface
MDirectToolItem
A representation of the model object 'Direct Tool Item'.interface
MDynamicMenuContribution
A representation of the model object 'Dynamic Menu Contribution'.interface
MToolControl
A representation of the model object 'Tool Control'.
-