Utility.popMessage("No matching Components",
"There are no Components matching your search criteria.", MessageDialog.ERROR);
return;
}
PickTaeForTypesDialog dialog2 = new PickTaeForTypesDialog(this, editor.getFile().getName(),
matchingDelegateComponentDescriptors, matchingDelegateComponentDescriptions);
if (Window.CANCEL == dialog2.open())
return;
String[] selectedDelegateComponentDescriptors = dialog2
.getSelectedDelegateComponentDescriptors();
if (selectedDelegateComponentDescriptors == null
|| selectedDelegateComponentDescriptors.length == 0) {
return;