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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MApplication
A representation of the model object 'Application'
|
Modifier and Type | Interface and Description |
---|---|
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'
|
Modifier and Type | Method and Description |
---|---|
MElementContainer<MUIElement> |
MUIElement.getParent()
Returns the value of the 'Parent' container reference.
|
Modifier and Type | Method and Description |
---|---|
void |
MUIElement.setParent(MElementContainer<MUIElement> value)
Sets the value of the '
Parent ' container reference |
Modifier and Type | Interface and Description |
---|---|
interface |
MArea
A representation of the model object 'Area'
|
interface |
MPerspective
A representation of the model object 'Perspective'
|
interface |
MPerspectiveStack
A representation of the model object 'Perspective Stack'
|
Modifier and Type | Interface and Description |
---|---|
interface |
MCompositePart
A representation of the model object 'Composite Part'
|
interface |
MDialog
A representation of the model object 'Dialog'
|
interface |
MPartSashContainer
A representation of the model object 'Part Sash Container'
|
interface |
MPartStack
A representation of the model object 'Part Stack'
|
interface |
MTrimBar
A representation of the model object 'Trim Bar'
|
interface |
MTrimmedWindow
A representation of the model object 'Trimmed Window'
|
interface |
MWindow
A representation of the model object 'Window'
|
interface |
MWizardDialog
A representation of the model object 'Wizard Dialog'
|
Modifier and Type | Interface and Description |
---|---|
interface |
MMenu
A representation of the model object 'Menu'
|
interface |
MMenuContribution
A representation of the model object 'Contribution'
|
interface |
MPopupMenu
A representation of the model object 'Popup Menu'
|
interface |
MToolBar
A representation of the model object 'Tool Bar'
|
interface |
MToolBarContribution
A representation of the model object 'Tool Bar Contribution'
|
interface |
MTrimContribution
A representation of the model object 'Trim Contribution'
|
Modifier and Type | Method and Description |
---|---|
void |
EModelService.move(MUIElement element,
MElementContainer<MUIElement> newParent)
Move the element to a new location.
|
void |
EModelService.move(MUIElement element,
MElementContainer<MUIElement> newParent,
boolean leavePlaceholder)
Move the element to a new location.
|
void |
EModelService.move(MUIElement element,
MElementContainer<MUIElement> newParent,
int index)
Move the element to a new location.
|
void |
EModelService.move(MUIElement element,
MElementContainer<MUIElement> newParent,
int index,
boolean leavePlaceholder)
Move the element to a new location.
|
int |
EModelService.toBeRenderedCount(MElementContainer<?> container)
Count the number of 'toBeRendered' children
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.