Uses of Interface
org.eclipse.e4.ui.model.application.ui.MSnippetContainer
-
Packages that use MSnippetContainer 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. -
-
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application
Subinterfaces of MSnippetContainer in org.eclipse.e4.ui.model.application Modifier and Type Interface Description interface
MApplication
A representation of the model object 'Application'. -
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application.ui.basic
Subinterfaces of MSnippetContainer in org.eclipse.e4.ui.model.application.ui.basic Modifier and Type Interface Description interface
MDialog
Deprecated.interface
MTrimmedWindow
A representation of the model object 'Trimmed Window'.interface
MWindow
A representation of the model object 'Window'.interface
MWizardDialog
Deprecated. -
Uses of MSnippetContainer in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MSnippetContainer Modifier and Type Method 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.MUIElement
EModelService. findSnippet(MSnippetContainer snippetContainer, String id)
Convenience method to find a snippet by id in a particular container
-