DialogContentAssistant fca = new DialogContentAssistant();
fca.enableAutoInsert( true );
fca.enableAutoActivation( true );
fca.setAutoActivationDelay( 100 );
fca.setContentAssistProcessor( contentAssistProcessor, IDocument.DEFAULT_CONTENT_TYPE );
fca.install( filterCombo );
// Filter editor button
filterEditorButton = BaseWidgetUtils.createButton( parent, "F&ilter Editor...", 1 );
filterEditorButton.addSelectionListener( new SelectionAdapter()
{