new Label(panel, SWT.NONE).setText("Selected Bundles:");
Table selectedTable = new Table(panel, SWT.FULL_SELECTION | SWT.MULTI | SWT.BORDER);
selectedViewer = new TableViewer(selectedTable);
selectedViewer.setContentProvider(new MapValuesContentProvider());
selectedViewer.setLabelProvider(new VersionedClauseLabelProvider());
selectedViewer.setInput(selectedBundles);
selectedViewer.addSelectionChangedListener(new ISelectionChangedListener() {
// Enable the remove button when a bundle is selected on the right