IEditorPart editor = editorReference.getEditor( true );
editorReference.getPage().activate( editor );
}
} );
final SWTBotView editor = new SWTBotView( editorReference );
List<Tree> findControls = new ControlFinder().findControls( editor.widget,
new ClassMatcher( Tree.class ), true );
if ( findControls.isEmpty() )
{
throw new WidgetNotFoundException( "Could not find Entry Editor tree" );