Uses of Interface
org.eclipse.e4.ui.model.application.ui.MUIElement
Packages that use MUIElement
Package
Description
Application programming interfaces describing the Eclipse 4 application 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 Eclipse 4 handlers and the workbench.
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of MUIElement in org.eclipse.e4.ui.model.application
Subinterfaces of MUIElement in org.eclipse.e4.ui.model.applicationModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Application'. -
Uses of MUIElement in org.eclipse.e4.ui.model.application.ui
Classes in org.eclipse.e4.ui.model.application.ui with type parameters of type MUIElementModifier and TypeInterfaceDescriptioninterfaceMElementContainer<T extends MUIElement>A representation of the model object 'Element Container'.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'.Subinterfaces of MUIElement in org.eclipse.e4.ui.model.application.uiModifier and TypeInterfaceDescriptioninterfaceMElementContainer<T extends MUIElement>A representation of the model object 'Element Container'.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'.Methods in org.eclipse.e4.ui.model.application.ui that return types with arguments of type MUIElementModifier and TypeMethodDescriptionMUIElement.getParent()Returns the value of the 'Parent' container reference.MSnippetContainer.getSnippets()Returns the value of the 'Snippets' containment reference list.Method parameters in org.eclipse.e4.ui.model.application.ui with type arguments of type MUIElementModifier and TypeMethodDescriptionvoidMUIElement.setParent(MElementContainer<MUIElement> value) Sets the value of the 'Parent' container reference. -
Uses of MUIElement in org.eclipse.e4.ui.model.application.ui.advanced
Subinterfaces of MUIElement in org.eclipse.e4.ui.model.application.ui.advancedModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Area'.interfaceA representation of the model object 'Perspective'.interfaceA representation of the model object 'Perspective Stack'.interfaceA representation of the model object 'Placeholder'.Methods in org.eclipse.e4.ui.model.application.ui.advanced that return MUIElementModifier and TypeMethodDescriptionMPlaceholder.getRef()Returns the value of the 'Ref' reference.Methods in org.eclipse.e4.ui.model.application.ui.advanced with parameters of type MUIElementModifier and TypeMethodDescriptionvoidMPlaceholder.setRef(MUIElement value) Sets the value of the 'Ref' reference. -
Uses of MUIElement in org.eclipse.e4.ui.model.application.ui.basic
Subinterfaces of MUIElement in org.eclipse.e4.ui.model.application.ui.basicModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Composite Part'.interfaceDeprecated.interfaceA representation of the model object 'Part'.interfaceA representation of the model object 'Part Sash Container'.interfaceA representation of the model object 'Part Sash Container Element'.interfaceA representation of the model object 'Part Stack'.interfaceA representation of the model object 'Stack Element'.interfaceA representation of the model object 'Trim Bar'.interfaceA representation of the model object 'Trim Element'.interfaceA representation of the model object 'Trimmed Window'.interfaceA representation of the model object 'Window'.interfaceA representation of the model object 'Window Element'.interfaceDeprecated.Methods in org.eclipse.e4.ui.model.application.ui.basic that return types with arguments of type MUIElementModifier and TypeMethodDescriptionMWindow.getSharedElements()Returns the value of the 'Shared Elements' containment reference list. -
Uses of MUIElement in org.eclipse.e4.ui.workbench
Methods in org.eclipse.e4.ui.workbench with parameters of type MUIElementModifier and TypeMethodDescriptionIPresentationEngine.createGui(MUIElement element) Creates and returns the UI element corresponding to the given model element.IPresentationEngine.createGui(MUIElement element, Object parentWidget, IEclipseContext parentContext) Creates and returns the UI element for the given model element.voidIPresentationEngine.focusGui(MUIElement element) Attempts to set the UI focus onto the given element.static booleanUIEvents.publishEvent(String topic, MUIElement changedElement) Publish the topic to the changedElements global event bus.voidIPresentationEngine.removeGui(MUIElement element) Remove the UI element created for this model element. -
Uses of MUIElement in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling with type parameters of type MUIElementModifier and TypeMethodDescription<T extends MUIElement>
voidEModelService.move(T element, MElementContainer<? super T> newParent) Move the element to a new location.<T extends MUIElement>
voidEModelService.move(T element, MElementContainer<? super T> newParent, boolean leavePlaceholder) Move the element to a new location.<T extends MUIElement>
voidEModelService.move(T element, MElementContainer<? super T> newParent, int index) Move the element to a new location.<T extends MUIElement>
voidEModelService.move(T element, MElementContainer<? super T> newParent, int index, boolean leavePlaceholder) Move the element to a new location.Methods in org.eclipse.e4.ui.workbench.modeling that return MUIElementModifier and TypeMethodDescriptionEModelService.cloneElement(MUIElement element, MSnippetContainer snippetContainer) Clones the element, creating a deep copy of its structure.EModelService.cloneSnippet(MSnippetContainer snippetContainer, String snippetId, MWindow refWin) If a snippet with the given id exists a clone is created and returned.EModelService.find(String id, MUIElement searchRoot) Returns the first element, recursively searching under the specified search root (inclusive)EModelService.findSnippet(MSnippetContainer snippetContainer, String id) Convenience method to find a snippet by id in a particular containerEModelService.getContainer(MUIElement element) Get the container of the given element.Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MUIElementModifier and TypeMethodDescriptionvoidEModelService.bringToTop(MUIElement element) Brings the specified element to the top of its containment structure.EModelService.cloneElement(MUIElement element, MSnippetContainer snippetContainer) Clones the element, creating a deep copy of its structure.intEModelService.countRenderableChildren(MUIElement element) Return the count of the children whose 'toBeRendered' flag is truevoidEModelService.deleteModelElement(MUIElement element) Removes a visual model element from the application model by callingsetToBeRendered(boolean)with false and by removing the model element from its parent.EModelService.find(String id, MUIElement searchRoot) Returns the first element, recursively searching under the specified search root (inclusive)<T> List<T>EModelService.findElements(MUIElement searchRoot, String id, Class<T> clazz) This is a convenience method that forwards the parameters on toEModelService.findElements(MUIElement, String, Class, List), passing null as 'tagsToMatch'.<T> List<T>EModelService.findElements(MUIElement searchRoot, String id, Class<T> clazz, List<String> tagsToMatch) This is a convenience method that forwards the parameters on toEModelService.findElements(MUIElement, String, Class, List, int), passingEModelService.ANYWHEREas the 'searchFlags'.<T> List<T>EModelService.findElements(MUIElement searchRoot, String id, Class<T> clazz, List<String> tagsToMatch, int searchFlags) This is a convenience method that constructs a new Selector based onElementMatcherand forwards the call on to the base APIEModelService.findElements(MApplicationElement, Class, int, Selector).EModelService.findPlaceholderFor(MWindow window, MUIElement element) Given a containing MWindow find the MPlaceholder that is currently being used to host the given element (if any)EModelService.getContainer(MUIElement element) Get the container of the given element.EModelService.getContainingContext(MUIElement element) Locate the context that is closest to the given element in the parent hierarchy.intEModelService.getElementLocation(MUIElement element) Given an element this method responds with information about where the element exists within the current UI Model.EModelService.getPerspectiveFor(MUIElement element) EModelService.getTopLevelWindowFor(MUIElement element) Get the top-level window containing this UI element.voidEModelService.hostElement(MUIElement element, MWindow hostWindow, Object uiContainer, IEclipseContext hostContext) Allows an element to be rendered in an arbitrary UI container (I.e.booleanEModelService.isHostedElement(MUIElement element, MWindow hostWindow) Tests whether the given element is being 'hosted'.booleanEModelService.isLastEditorStack(MUIElement stack) Returnstrueiff the supplied element represents the single visible element in the shared area.