Uses of Interface
org.eclipse.e4.ui.model.application.MApplicationElement
-
Packages that use MApplicationElement 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.descriptor.basic Application programming interfaces describing the Eclipse 4 descriptor model elements.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.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.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.org.eclipse.e4.ui.workbench.modeling Application programming interfaces describing the Eclipse 4 model services. -
-
Uses of MApplicationElement in org.eclipse.e4.ui.model.application
Subinterfaces of MApplicationElement in org.eclipse.e4.ui.model.application Modifier and Type Interface Description interfaceMAddonA representation of the model object 'Addon'.interfaceMApplicationA representation of the model object 'Application'.interfaceMContributionA representation of the model object 'Contribution'. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.application.commands
Subinterfaces of MApplicationElement in org.eclipse.e4.ui.model.application.commands Modifier and Type Interface Description interfaceMBindingContextA representation of the model object 'Binding Context'.interfaceMBindingTableA representation of the model object 'Binding Table'.interfaceMCategoryA representation of the model object 'Category'.interfaceMCommandA representation of the model object 'Command'.interfaceMCommandParameterA representation of the model object 'Command Parameter'.interfaceMHandlerA representation of the model object 'Handler'.interfaceMKeyBindingA representation of the model object 'Key Binding'.interfaceMParameterA representation of the model object 'Parameter'. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.application.descriptor.basic
Subinterfaces of MApplicationElement in org.eclipse.e4.ui.model.application.descriptor.basic Modifier and Type Interface Description interfaceMPartDescriptorA representation of the model object 'Part Descriptor'. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.application.ui
Subinterfaces of MApplicationElement in org.eclipse.e4.ui.model.application.ui Modifier and Type Interface Description interfaceMCoreExpressionA representation of the model object 'Core Expression'.interfaceMElementContainer<T extends MUIElement>A representation of the model object 'Element Container'.interfaceMExpressionA representation of the model object 'Expression'.interfaceMGenericStack<T extends MUIElement>A representation of the model object 'Generic Stack'.interfaceMGenericTile<T extends MUIElement>A representation of the model object 'Generic Tile'.interfaceMGenericTrimContainer<T extends MUIElement>A representation of the model object 'Generic Trim Container'.interfaceMImperativeExpressionA representation of the model object 'Imperative Expression'.interfaceMUIElementA representation of the model object 'UI Element'. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.application.ui.advanced
Subinterfaces of MApplicationElement in org.eclipse.e4.ui.model.application.ui.advanced Modifier and Type Interface Description interfaceMAreaA representation of the model object 'Area'.interfaceMPerspectiveA representation of the model object 'Perspective'.interfaceMPerspectiveStackA representation of the model object 'Perspective Stack'.interfaceMPlaceholderA representation of the model object 'Placeholder'. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.application.ui.basic
Subinterfaces of MApplicationElement in org.eclipse.e4.ui.model.application.ui.basic Modifier and Type Interface Description interfaceMCompositePartA representation of the model object 'Composite Part'.interfaceMDialogDeprecated.interfaceMPartA representation of the model object 'Part'.interfaceMPartSashContainerA representation of the model object 'Part Sash Container'.interfaceMPartSashContainerElementA representation of the model object 'Part Sash Container Element'.interfaceMPartStackA representation of the model object 'Part Stack'.interfaceMStackElementA representation of the model object 'Stack Element'.interfaceMTrimBarA representation of the model object 'Trim Bar'.interfaceMTrimElementA representation of the model object 'Trim Element'.interfaceMTrimmedWindowA representation of the model object 'Trimmed Window'.interfaceMWindowA representation of the model object 'Window'.interfaceMWindowElementA representation of the model object 'Window Element'.interfaceMWizardDialogDeprecated. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.application.ui.menu
Subinterfaces of MApplicationElement in org.eclipse.e4.ui.model.application.ui.menu Modifier and Type Interface Description interfaceMDirectMenuItemA representation of the model object 'Direct Menu Item'.interfaceMDirectToolItemA representation of the model object 'Direct Tool Item'.interfaceMDynamicMenuContributionA representation of the model object 'Dynamic Menu Contribution'.interfaceMHandledItemA representation of the model object 'Handled Item'.interfaceMHandledMenuItemA representation of the model object 'Handled Menu Item'.interfaceMHandledToolItemA representation of the model object 'Handled Tool Item'.interfaceMItemA representation of the model object 'Item'.interfaceMMenuA representation of the model object 'Menu'.interfaceMMenuContributionA representation of the model object 'Contribution'.interfaceMMenuElementA representation of the model object 'Element'.interfaceMMenuItemA representation of the model object 'Item'.interfaceMMenuSeparatorA representation of the model object 'Separator'.interfaceMPopupMenuA representation of the model object 'Popup Menu'.interfaceMToolBarA representation of the model object 'Tool Bar'.interfaceMToolBarContributionA representation of the model object 'Tool Bar Contribution'.interfaceMToolBarElementA representation of the model object 'Tool Bar Element'.interfaceMToolBarSeparatorA representation of the model object 'Tool Bar Separator'.interfaceMToolControlA representation of the model object 'Tool Control'.interfaceMToolItemA representation of the model object 'Tool Item'.interfaceMTrimContributionA representation of the model object 'Trim Contribution'. -
Uses of MApplicationElement in org.eclipse.e4.ui.model.fragment
Methods in org.eclipse.e4.ui.model.fragment that return types with arguments of type MApplicationElement Modifier and Type Method Description List<MApplicationElement>MModelFragment. getElements()Returns the value of the 'Elements' containment reference list.List<MApplicationElement>MModelFragments. getImports()Returns the value of the 'Imports' containment reference list.List<MApplicationElement>MModelFragment. merge(MApplication application)Merges this MModelFragment into an MApplication. -
Uses of MApplicationElement in org.eclipse.e4.ui.workbench
Methods in org.eclipse.e4.ui.workbench with parameters of type MApplicationElement Modifier and Type Method Description ObjectIPresentationEngine. run(MApplicationElement uiRoot, IEclipseContext appContext)Run the UI.booleanSelector. select(MApplicationElement element)Call for each element to find matching elements -
Uses of MApplicationElement in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling with type parameters of type MApplicationElement Modifier and Type Method Description <T extends MApplicationElement>
TEModelService. createModelElement(Class<T> elementType)Creates instances of model elements.Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MApplicationElement Modifier and Type Method Description <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.booleanElementMatcher. select(MApplicationElement element)
-