{
add( availableObjectClassesViewer.getSelection() );
}
}
} );
ControlDecoration availableObjectClassesInstantSearchDecoration = new ControlDecoration(
availableObjectClassesInstantSearch, SWT.TOP | SWT.LEFT, composite );
availableObjectClassesInstantSearchDecoration.setDescriptionText( Messages
.getString( "NewEntryObjectclassWizardPage.FilterDescription" ) ); //$NON-NLS-1$
availableObjectClassesInstantSearchDecoration.setImage( FieldDecorationRegistry.getDefault()
.getFieldDecoration( FieldDecorationRegistry.DEC_CONTENT_PROPOSAL ).getImage() );
Button reloadButton = new Button( availableObjectClassesInstantSearchComposite, SWT.PUSH | SWT.FLAT );
reloadButton.setToolTipText( Messages.getString( "NewEntryObjectclassWizardPage.ReloadSchema" ) ); //$NON-NLS-1$
reloadButton.setImage( BrowserCommonActivator.getDefault().getImage( BrowserCommonConstants.IMG_REFRESH ) );
reloadButton.addSelectionListener( new SelectionAdapter()