use of com.archimatetool.templates.impl.wizard.NewArchimateModelFromTemplateWizard in project archi by archimatetool.
the class NewArchimateModelFromTemplateHandler method execute.
@Override
public Object execute(ExecutionEvent event) throws ExecutionException {
WizardDialog dialog = new ExtendedWizardDialog(HandlerUtil.getActiveShell(event), new NewArchimateModelFromTemplateWizard(), // $NON-NLS-1$
"NewArchimateModelFromTemplateWizard");
dialog.open();
return null;
}
Aggregations