createWizardDisplayer(wizard, EntityType.Transformation);
return wizard;
}
private TransformationWizard createWizardImpl(Transformation tx, Folder parent) {
TransformationWizard wizard = new TransformationWizard(config, tx, parent, explorerSupport, getFileStore());
wizard.addWizardListener(new EntityWizardCompleter<Transformation>(wizard,
getProject(), getProjectPersistor(), parent));
return wizard;
}