Uses of Interface
org.eclipse.e4.ui.model.application.ui.MElementContainer
-
Packages that use MElementContainer 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.modeling Application programming interfaces describing the Eclipse 4 model services. -
-
Uses of MElementContainer in org.eclipse.e4.ui.model.application
Subinterfaces of MElementContainer in org.eclipse.e4.ui.model.application Modifier and Type Interface Description interfaceMApplicationA representation of the model object 'Application'. -
Uses of MElementContainer in org.eclipse.e4.ui.model.application.ui
Subinterfaces of MElementContainer in org.eclipse.e4.ui.model.application.ui Modifier and Type Interface Description 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 MElementContainer Modifier and Type Method Description MElementContainer<MUIElement>MUIElement. getParent()Returns the value of the 'Parent' container reference.Methods in org.eclipse.e4.ui.model.application.ui with parameters of type MElementContainer Modifier and Type Method Description voidMUIElement. setParent(MElementContainer<MUIElement> value)Sets the value of the 'Parent' container reference. -
Uses of MElementContainer in org.eclipse.e4.ui.model.application.ui.advanced
Subinterfaces of MElementContainer 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'. -
Uses of MElementContainer in org.eclipse.e4.ui.model.application.ui.basic
Subinterfaces of MElementContainer in org.eclipse.e4.ui.model.application.ui.basic Modifier and Type Interface Description interfaceMCompositePartA representation of the model object 'Composite Part'.interfaceMDialogDeprecated.interfaceMPartSashContainerA representation of the model object 'Part Sash Container'.interfaceMPartStackA representation of the model object 'Part Stack'.interfaceMTrimBarA representation of the model object 'Trim Bar'.interfaceMTrimmedWindowA representation of the model object 'Trimmed Window'.interfaceMWindowA representation of the model object 'Window'.interfaceMWizardDialogDeprecated. -
Uses of MElementContainer in org.eclipse.e4.ui.model.application.ui.menu
Subinterfaces of MElementContainer in org.eclipse.e4.ui.model.application.ui.menu Modifier and Type Interface Description interfaceMMenuA representation of the model object 'Menu'.interfaceMMenuContributionA representation of the model object 'Contribution'.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'.interfaceMTrimContributionA representation of the model object 'Trim Contribution'. -
Uses of MElementContainer in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MElementContainer 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.intEModelService. toBeRenderedCount(MElementContainer<?> container)Count the number of 'toBeRendered' children
-