throw new IllegalStateException(obj.getClass().getSimpleName()
+ getCaption("filterWizard.error.noCollection"));
TreeParent parent = (TreeParent) obj;
filter.setParent(parent);
MeclipsePlugin.getDefault().addFilter(new FilterPlacement(parent),
filter);
}