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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
createModels(IDtNewWizardContext<M> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
Creates and integrates related models for a given wizard context.
-
-
-
Method Detail
-
createModels
void 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 passedcreatedModels
set.- Parameters:
context
- wizard context.createdModels
- store here newly created models.
-
-