5051525354555657585960
/** * @see IActionDelegate#run(IAction) */ public void run(IAction action) { if (_selection != null ) { wizard = new AddConfigurationWizard(_selection); shell = new Shell(); dialog = new WizardDialog( shell, wizard ); dialog.open(); }