Package com._1c.g5.v8.dt.textdocument.ui
Class TextDocumentNewWizardRelatedModelsFactory
java.lang.Object
com._1c.g5.v8.dt.textdocument.ui.TextDocumentNewWizardRelatedModelsFactory
- All Implemented Interfaces:
IDtNewWizardRelatedModelsFactory<BasicTemplate>
public class TextDocumentNewWizardRelatedModelsFactory
extends Object
implements IDtNewWizardRelatedModelsFactory<BasicTemplate>
Text document template model factory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateModels(IDtNewWizardContext<BasicTemplate> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Creates and integrates related models for a given wizard context.
-
Constructor Details
-
TextDocumentNewWizardRelatedModelsFactory
public TextDocumentNewWizardRelatedModelsFactory()
-
-
Method Details
-
createModels
public void createModels(IDtNewWizardContext<BasicTemplate> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Description copied from interface:IDtNewWizardRelatedModelsFactoryCreates and integrates related models for a given wizard context. Stores them in the passedcreatedModelsset.- Specified by:
createModelsin interfaceIDtNewWizardRelatedModelsFactory<BasicTemplate>- Parameters:
context- wizard context.createdModels- store here newly created models.
-