Uses of Interface
org.eclipse.e4.ui.model.application.ui.MSnippetContainer
Packages that use 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
Subinterfaces of MSnippetContainer in org.eclipse.e4.ui.model.applicationModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Application'. -
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application.impl
Classes in org.eclipse.e4.ui.model.application.impl that implement MSnippetContainerModifier and TypeClassDescriptionclassAn implementation 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.basicModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceA representation of the model object 'Trimmed Window'.interfaceA representation of the model object 'Window'.interfaceDeprecated. -
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application.ui.basic.impl
Classes in org.eclipse.e4.ui.model.application.ui.basic.impl that implement MSnippetContainerModifier and TypeClassDescriptionclassAn implementation of the model object 'Trimmed Window'.classAn implementation of the model object 'Window'. -
Uses of MSnippetContainer in org.eclipse.e4.ui.model.application.ui.basic.util
Methods in org.eclipse.e4.ui.model.application.ui.basic.util with parameters of type MSnippetContainerModifier 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
Methods in org.eclipse.e4.ui.model.application.ui.util with parameters of type MSnippetContainerModifier 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
Methods in org.eclipse.e4.ui.model.application.util with parameters of type MSnippetContainerModifier 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
Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MSnippetContainerModifier 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