Uses of Interface
org.eclipse.e4.ui.model.application.ui.MSnippetContainer
Package
Description
Application programming interfaces describing the Eclipse 4 application model elements.
Application programming interfaces describing the basic Eclipse 4 user interface model elements.
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Application'. -
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Application'. -
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application.ui.basic
Modifier and TypeInterfaceDescriptioninterface
Deprecated.interface
A representation of the model object 'Trimmed Window'.interface
A representation of the model object 'Window'.interface
Deprecated. -
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application.ui.basic.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Trimmed Window'.class
An implementation of the model object 'Window'. -
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application.ui.basic.util
Modifier and TypeMethodDescriptionBasicSwitch.caseSnippetContainer
(MSnippetContainer object) Returns the result of interpreting the object as an instance of 'Snippet Container'. -
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application.ui.util
Modifier and TypeMethodDescriptionUiSwitch.caseSnippetContainer
(MSnippetContainer object) Returns the result of interpreting the object as an instance of 'Snippet Container'. -
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application.util
Modifier and TypeMethodDescriptionApplicationSwitch.caseSnippetContainer
(MSnippetContainer object) Returns the result of interpreting the object as an instance of 'Snippet Container'. -
Uses of MSnippetContainer in org.eclipse.e4.ui.workbench.modeling
Modifier and TypeMethodDescriptionEModelService.cloneElement
(MUIElement element, MSnippetContainer snippetContainer) Clones the element, creating a deep copy of its structure.EModelService.cloneSnippet
(MSnippetContainer snippetContainer, String snippetId, MWindow refWin) If a snippet with the given id exists a clone is created and returned.EModelService.findSnippet
(MSnippetContainer snippetContainer, String id) Convenience method to find a snippet by id in a particular container