Interface MSnippetContainer
- All Known Subinterfaces:
MApplication
,MDialog
,MTrimmedWindow
,MWindow
,MWizardDialog
- All Known Implementing Classes:
ApplicationImpl
,TrimmedWindowImpl
,WindowImpl
public interface MSnippetContainer
A representation of the model object 'Snippet Container'.
This provides a collection of model fragments that can be subsequently cloned and inserterd into the model using the EModelService. For example saving a customized Perspective will create a clone and store it in this container.
- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Snippets' containment reference list.
-
Method Details
-
getSnippets
List<MUIElement> getSnippets()Returns the value of the 'Snippets' containment reference list. The list contents are of typeMUIElement
.Developers: Add more detailed documentation by editing this comment in org.eclipse.ui.model.workbench/model/UIElements.ecore. There is a GenModel/documentation node under each type and attribute.
- Returns:
- the value of the 'Snippets' containment reference list.
-