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