public void run(IAction action) {
Shell shell = new Shell(Display.getCurrent(), SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL);
if (_selectedProject != null) {
AddExternalDesignDialog dialog = new AddExternalDesignDialog(shell, _selectedProject);
dialog.open();
}
}