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 Constructor Description AddInNewWizardRelatedModelsFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createModels(IDtNewWizardContext<MdObject> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
Creates and integrates related models for a given wizard context.
-
-
-
Method Detail
-
createModels
public void createModels(IDtNewWizardContext<MdObject> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
Description copied from interface:IDtNewWizardRelatedModelsFactory
Creates and integrates related models for a given wizard context. Stores them in the passedcreatedModels
set.- Specified by:
createModels
in interfaceIDtNewWizardRelatedModelsFactory<MdObject>
- Parameters:
context
- wizard context.createdModels
- store here newly created models.
-
-