}
public static ElementListSelectionDialog openBeanReferenceDialog(
String beanId, boolean filter) {
ElementListSelectionDialog dialog = new ElementListSelectionDialog(
getShell(), new BeansModelLabelProvider(true));
dialog.setBlockOnOpen(true);
dialog.setSize(100, 20);
if (filter) {
dialog.setFilter("*" + beanId + "*");