Package com._1c.g5.v8.dt.ui.wizards
Interface IDtNewWizardRelatedModelsFactory<M extends org.eclipse.emf.ecore.EObject>
- 
- All Known Implementing Classes:
- AddInNewWizardRelatedModelsFactory,- BslNewWizardRelatedModelsFactory,- CommandModuleNewWizardRelatedModelsFactory,- ConfigurationNewWizardRelatedModelsFactory,- DcsNewWizardRelatedModelsFactory,- FormImagesNewWizardRelatedModelsFactory,- FormModuleNewWizardRelatedModelsFactory,- FormNewWizardRelatedModelsFactory,- ScheduledJobNewWizardRelatedModelsFactory,- SpreadsheetNewWizardRelatedModelsFactory,- SubsystemNewWizardRelatedModelsFactory,- TextDocumentNewWizardRelatedModelsFactory
 
 public interface IDtNewWizardRelatedModelsFactory<M extends org.eclipse.emf.ecore.EObject>Defines public contract of related models factories.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateModels(IDtNewWizardContext<M> context, Set<org.eclipse.emf.ecore.EObject> createdModels)Creates and integrates related models for a given wizard context.
 
- 
- 
- 
Method Detail- 
createModelsvoid createModels(IDtNewWizardContext<M> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Creates and integrates related models for a given wizard context. Stores them in the passedcreatedModelsset.- Parameters:
- context- wizard context.
- createdModels- store here newly created models.
 
 
- 
 
-