});
viewer.setLabelProvider(new BindServiceToApplicationLabelProvider(viewer));
// Sort the applications so it is consistent with the application list that shows up in the Applications and Services editor
viewer.setSorter(new CloudFoundryViewerSorter());
viewer.getTable().addSelectionListener(new SelectionAdapter() {
@Override
public void widgetSelected(SelectionEvent event) {
Widget item = event.item;