public void run(IAction action) {
OntoUML.diagram.part.OntoUMLCreationWizard wizard = new OntoUML.diagram.part.OntoUMLCreationWizard();
wizard.init(getWindow().getWorkbench(), StructuredSelection.EMPTY);
WizardDialog wizardDialog = new WizardDialog(
getWindow().getShell(), wizard);
wizardDialog.open();
}
}
/**
* @generated