Composite availableObjectClassesComposite = BaseWidgetUtils.createColumnContainer( composite, 1, 1 );
if ( FieldDecorationRegistry.getDefault().getFieldDecoration( getClass().getName() ) == null )
{
FieldDecoration dummy = FieldDecorationRegistry.getDefault().getFieldDecoration(
FieldDecorationRegistry.DEC_CONTENT_PROPOSAL );
FieldDecorationRegistry.getDefault().registerFieldDecoration( getClass().getName(),
"You may enter a filter to restrict the list below", dummy.getImage() );
}
final FieldDecoration fieldDecoration = FieldDecorationRegistry.getDefault().getFieldDecoration(
getClass().getName() );
final DecoratedField availabeObjectClassesInstantSearchField = new DecoratedField(
availableObjectClassesComposite, SWT.BORDER, new IControlCreator()
{
public Control createControl( Composite parent, int style )