IStructuredSelection selection = (IStructuredSelection) servicesViewer.getSelection();
if (selection.isEmpty()) {
return;
}
manager.add(new DeleteServicesAction(selection, cloudServer.getBehaviour(), editorPage));
manager.add(new ServiceToApplicationsBindingAction(
selection,
cloudServer.getBehaviour(),
editorPage));