Package | Description |
---|---|
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.workbench.modeling |
Application programming interfaces describing the Eclipse 4 model services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MArea
A representation of the model object 'Area'
|
interface |
MPerspectiveStack
A representation of the model object 'Perspective Stack'
|
interface |
MPlaceholder
A representation of the model object 'Placeholder'
|
Modifier and Type | Interface and Description |
---|---|
interface |
MCompositePart
A representation of the model object 'Composite Part'
|
interface |
MInputPart
Deprecated.
Use Part instead.
|
interface |
MPart
A representation of the model object 'Part'
|
interface |
MPartSashContainer
A representation of the model object 'Part Sash Container'
|
interface |
MPartStack
A representation of the model object 'Part Stack'
|
Modifier and Type | Method and Description |
---|---|
void |
EModelService.detach(MPartSashContainerElement mPartSashContainerElement,
int x,
int y,
int width,
int height)
Created a separate (detached) window containing the given element.
|
void |
EModelService.insert(MPartSashContainerElement toInsert,
MPartSashContainerElement relTo,
int where,
float ratio)
Inserts the given element into the UI Model by either creating a new sash or augmenting an
existing sash if the orientation permits.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.