String news = INews.class.getName();
if (fFieldsToExclude == null || !fFieldsToExclude.contains(IEntity.ALL_FIELDS)) {
MenuItem mItem = new MenuItem(menu, SWT.PUSH);
mItem.setText(Messages.SearchConditionList_ENTIRE_NEWS);
hookSelectionListener(mItem, item, factory.createSearchField(IEntity.ALL_FIELDS, news));
new MenuItem(menu, SWT.SEPARATOR);
}
if (fFieldsToExclude == null || !fFieldsToExclude.contains(INews.STATE)) {