final OmsBoxView dbView = (OmsBoxView) view;
Shell shell = dbView.getSite().getShell();
SettingsDialog dialog = new SettingsDialog();
dialog.open(shell, SWT.MULTI);
if (dialog.isCancelPressed()) {
return;
}
final List<String> resources = dialog.getSelectedResources();
IRunnableWithProgress operation = new IRunnableWithProgress(){
public void run( IProgressMonitor pm ) throws InvocationTargetException, InterruptedException {
pm.beginTask(OmsBoxView.LOADING_MODULES_FROM_LIBRARIES, IProgressMonitor.UNKNOWN);
try {