Class CommandModuleNewWizardRelatedModelsFactory

    • Field Detail

      • fileExt

        @Inject
        protected String fileExt
    • Constructor Detail

      • CommandModuleNewWizardRelatedModelsFactory

        public CommandModuleNewWizardRelatedModelsFactory()
    • Method Detail

      • createModels

        public void createModels​(IDtNewWizardContext<org.eclipse.emf.ecore.EObject> context,
                                 Set<org.eclipse.emf.ecore.EObject> createdModels)
        Creates and integrates related models for a given wizard context. Stores them in the passed createdModels set.
        Specified by:
        createModels in interface IDtNewWizardRelatedModelsFactory<org.eclipse.emf.ecore.EObject>
        Parameters:
        context - wizard context.
        createdModels - store here newly created models.