Uses of Interface
org.eclipse.e4.ui.model.application.MApplication
-
Packages that use MApplication Package Description org.eclipse.e4.ui.model.application Application programming interfaces describing the Eclipse 4 application model elements.org.eclipse.e4.ui.model.fragment Application programming interfaces describing the Eclipse 4 fragment model elements.org.eclipse.e4.ui.workbench Application programming interfaces describing Eclipse 4 handlers and the workbench. -
-
Uses of MApplication in org.eclipse.e4.ui.model.application
Methods in org.eclipse.e4.ui.model.application that return MApplication Modifier and Type Method Description MApplication
MApplicationFactory. createApplication()
Returns a new object of class 'Application'. -
Uses of MApplication in org.eclipse.e4.ui.model.fragment
Methods in org.eclipse.e4.ui.model.fragment with parameters of type MApplication Modifier and Type Method Description List<MApplicationElement>
MModelFragment. merge(MApplication application)
Merges this MModelFragment into an MApplication. -
Uses of MApplication in org.eclipse.e4.ui.workbench
Methods in org.eclipse.e4.ui.workbench that return MApplication Modifier and Type Method Description MApplication
IWorkbench. getApplication()
Methods in org.eclipse.e4.ui.workbench with parameters of type MApplication Modifier and Type Method Description org.eclipse.emf.ecore.resource.Resource
IModelResourceHandler. createResourceWithApp(MApplication theApp)
Creates a resource with an app Model, used for saving copies of the main app model.
-