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 SummaryConstructors Constructor Description AddInNewWizardRelatedModelsFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateModels(IDtNewWizardContext<MdObject> context, Set<org.eclipse.emf.ecore.EObject> createdModels)Creates and integrates related models for a given wizard context.
 
- 
- 
- 
Method Detail- 
createModelspublic 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 interface- IDtNewWizardRelatedModelsFactory<MdObject>
- Parameters:
- context- wizard context.
- createdModels- store here newly created models.
 
 
- 
 
-