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