Package com._1c.g5.v8.dt.addin.ui
Class AddInNewWizardRelatedModelsFactory
java.lang.Object
com._1c.g5.v8.dt.addin.ui.AddInNewWizardRelatedModelsFactory
- All Implemented Interfaces:
IDtNewWizardRelatedModelsFactory<MdObject>
public class AddInNewWizardRelatedModelsFactory
extends Object
implements IDtNewWizardRelatedModelsFactory<MdObject>
Add-In template model factory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateModels(IDtNewWizardContext<MdObject> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Creates and integrates related models for a given wizard context.
-
Constructor Details
-
AddInNewWizardRelatedModelsFactory
public AddInNewWizardRelatedModelsFactory()
-
-
Method Details
-
createModels
public void createModels(IDtNewWizardContext<MdObject> 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<MdObject>- Parameters:
context- wizard context.createdModels- store here newly created models.
-