final Grid layout = new Grid( 1,
2 );
this.factTypeBrowser = new FactTypeBrowserWidget( ce );
this.dslConditionsBrowser = new DSLSentenceBrowserWidget( ce,
DRLTextEditorConstants.INSTANCE.showDSLConditions(),
DRLTextEditorConstants.INSTANCE.dslConditions() );
this.dslActionsBrowser = new DSLSentenceBrowserWidget( ce,
DRLTextEditorConstants.INSTANCE.showDSLActions(),
DRLTextEditorConstants.INSTANCE.dslActions() );
browsers.add( factTypeBrowser );
browsers.add( dslConditionsBrowser );
browsers.add( dslActionsBrowser );