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.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 |
MApplication
A representation of the model object 'Application'
|
Modifier and Type | Interface and Description |
---|---|
interface |
MTrimmedWindow
A representation of the model object 'Trimmed Window'
|
interface |
MWindow
A representation of the model object 'Window'
|
Modifier and Type | Method and Description |
---|---|
MUIElement |
EModelService.cloneElement(MUIElement element,
MSnippetContainer snippetContainer)
Clones the element, creating a deep copy of its structure.
|
MUIElement |
EModelService.cloneSnippet(MSnippetContainer snippetContainer,
String snippetId,
MWindow refWin)
If a snippet with the given id exists a clone is created and returned. returns
null if no snippet can be found. |
MUIElement |
EModelService.findSnippet(MSnippetContainer snippetContainer,
String id)
Convenience method to find a snippet by id in a particular container
|
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.