Uses of Interface
org.eclipse.e4.ui.model.application.ui.MUIElement
-
Packages that use MUIElement 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 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.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 MUIElement in org.eclipse.e4.ui.model.application
Subinterfaces of MUIElement in org.eclipse.e4.ui.model.application Modifier and Type Interface Description interfaceMApplicationA 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 MUIElement Modifier and Type Interface Description interfaceMElementContainer<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.ui Modifier and Type Interface Description interfaceMElementContainer<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 MUIElement Modifier and Type Method Description MElementContainer<MUIElement>MUIElement. getParent()Returns the value of the 'Parent' container reference.List<MUIElement>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 MUIElement Modifier and Type Method Description voidMUIElement. 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.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'.Methods in org.eclipse.e4.ui.model.application.ui.advanced that return MUIElement Modifier and Type Method Description MUIElementMPlaceholder. getRef()Returns the value of the 'Ref' reference.Methods in org.eclipse.e4.ui.model.application.ui.advanced with parameters of type MUIElement Modifier and Type Method Description voidMPlaceholder. 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.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.Methods in org.eclipse.e4.ui.model.application.ui.basic that return types with arguments of type MUIElement Modifier and Type Method Description List<MUIElement>MWindow. getSharedElements()Returns the value of the 'Shared Elements' containment reference list. -
Uses of MUIElement in org.eclipse.e4.ui.model.application.ui.menu
Subinterfaces of MUIElement 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 MUIElement in org.eclipse.e4.ui.workbench
Methods in org.eclipse.e4.ui.workbench with parameters of type MUIElement Modifier and Type Method Description ObjectIPresentationEngine. createGui(MUIElement element)Creates and returns the UI element corresponding to the given model element.ObjectIPresentationEngine. 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 MUIElement Modifier and Type Method Description <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 MUIElement Modifier and Type Method Description MUIElementEModelService. cloneElement(MUIElement element, MSnippetContainer snippetContainer)Clones the element, creating a deep copy of its structure.MUIElementEModelService. cloneSnippet(MSnippetContainer snippetContainer, String snippetId, MWindow refWin)If a snippet with the given id exists a clone is created and returned.MUIElementEModelService. find(String id, MUIElement searchRoot)Returns the first element, recursively searching under the specified search root (inclusive)MUIElementEModelService. findSnippet(MSnippetContainer snippetContainer, String id)Convenience method to find a snippet by id in a particular containerMUIElementEModelService. getContainer(MUIElement element)Get the container of the given element.Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MUIElement Modifier and Type Method Description voidEModelService. bringToTop(MUIElement element)Brings the specified element to the top of its containment structure.MUIElementEModelService. 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.MUIElementEModelService. 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).MPlaceholderEModelService. findPlaceholderFor(MWindow window, MUIElement element)Given a containing MWindow find the MPlaceholder that is currently being used to host the given element (if any)MUIElementEModelService. getContainer(MUIElement element)Get the container of the given element.IEclipseContextEModelService. 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.MPerspectiveEModelService. getPerspectiveFor(MUIElement element)MWindowEModelService. 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.
-