Uses of Interface
org.eclipse.e4.ui.model.application.MApplicationElement
Package
Description
Application programming interfaces describing the Eclipse 4 application model elements.
Application programming interfaces describing the Eclipse 4 descriptor model elements.
Application programming interfaces describing the Eclipse 4 state and container model elements.
Application programming interfaces describing the advanced Eclipse 4 user interface 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.
Application programming interfaces describing the Eclipse 4 fragment model elements.
Application programming interfaces describing Eclipse 4 handlers and the workbench.
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of MApplicationElement in org.eclipse.e4.ui.model.application
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Addon'.interface
A representation of the model object 'Application'.interface
A representation of the model object 'Contribution'. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.application.commands
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Binding Context'.interface
A representation of the model object 'Binding Table'.interface
A representation of the model object 'Category'.interface
A representation of the model object 'Command'.interface
A representation of the model object 'Command Parameter'.interface
A representation of the model object 'Handler'.interface
A representation of the model object 'Key Binding'.interface
A representation of the model object 'Parameter'. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.application.descriptor.basic
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Part Descriptor'. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.application.ui
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Core Expression'.interface
MElementContainer<T extends MUIElement>
A representation of the model object 'Element Container'.interface
A representation of the model object 'Expression'.interface
MGenericStack<T extends MUIElement>
A representation of the model object 'Generic Stack'.interface
MGenericTile<T extends MUIElement>
A representation of the model object 'Generic Tile'.interface
MGenericTrimContainer<T extends MUIElement>
A representation of the model object 'Generic Trim Container'.interface
A representation of the model object 'Imperative Expression'.interface
A representation of the model object 'UI Element'. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.application.ui.advanced
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Area'.interface
A representation of the model object 'Perspective'.interface
A representation of the model object 'Perspective Stack'.interface
A representation of the model object 'Placeholder'. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.application.ui.basic
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Composite Part'.interface
Deprecated.interface
A representation of the model object 'Part'.interface
A representation of the model object 'Part Sash Container'.interface
A representation of the model object 'Part Sash Container Element'.interface
A representation of the model object 'Part Stack'.interface
A representation of the model object 'Stack Element'.interface
A representation of the model object 'Trim Bar'.interface
A representation of the model object 'Trim Element'.interface
A representation of the model object 'Trimmed Window'.interface
A representation of the model object 'Window'.interface
A representation of the model object 'Window Element'.interface
Deprecated. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.fragment
Modifier and TypeMethodDescriptionMModelFragment.getElements()
Returns the value of the 'Elements' containment reference list.MModelFragments.getImports()
Returns the value of the 'Imports' containment reference list.MModelFragment.merge
(MApplication application) Merges this MModelFragment into an MApplication. -
Uses of MApplicationElement in org.eclipse.e4.ui.workbench
Modifier and TypeMethodDescriptionIPresentationEngine.run
(MApplicationElement uiRoot, IEclipseContext appContext) Run the UI.boolean
Selector.select
(MApplicationElement element) Call for each element to find matching elements -
Uses of MApplicationElement in org.eclipse.e4.ui.workbench.modeling
Modifier and TypeMethodDescription<T extends MApplicationElement>
TEModelService.createModelElement
(Class<T> elementType) Creates instances of model elements.Modifier and TypeMethodDescription<T> List<T>
EModelService.findElements
(MApplicationElement searchRoot, Class<T> clazz, int searchFlags, Selector matcher) Return a list of any elements that match the given search criteria.boolean
ElementMatcher.select
(MApplicationElement element)