Uses of Interface
org.eclipse.e4.ui.model.application.ui.MContext
-
Packages that use MContext Package Description org.eclipse.e4.ui.model.application Application programming interfaces describing the Eclipse 4 application model elements.org.eclipse.e4.ui.model.application.ui.advanced Application programming interfaces describing the advanced Eclipse 4 user interface 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 MContext in org.eclipse.e4.ui.model.application
Subinterfaces of MContext in org.eclipse.e4.ui.model.application Modifier and Type Interface Description interface
MApplication
A representation of the model object 'Application'. -
Uses of MContext in org.eclipse.e4.ui.model.application.ui.advanced
Subinterfaces of MContext in org.eclipse.e4.ui.model.application.ui.advanced Modifier and Type Interface Description interface
MPerspective
A representation of the model object 'Perspective'. -
Uses of MContext in org.eclipse.e4.ui.model.application.ui.basic
Subinterfaces of MContext 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
MDialog
Deprecated.interface
MInputPart
Deprecated.Use Part instead.interface
MPart
A representation of the model object 'Part'.interface
MTrimmedWindow
A representation of the model object 'Trimmed Window'.interface
MWindow
A representation of the model object 'Window'.interface
MWizardDialog
Deprecated. -
Uses of MContext in org.eclipse.e4.ui.model.application.ui.menu
Subinterfaces of MContext in org.eclipse.e4.ui.model.application.ui.menu Modifier and Type Interface Description interface
MPopupMenu
A representation of the model object 'Popup Menu'.
-