// set connection;
IBrowserConnection connection = sbi.getConnection();
setConnection( connection );
// set schema element and activate tab
SchemaPart schemaElement = sbi.getSchemaElement();
if ( schemaElement instanceof ObjectClassDescription )
{
ocdPage.select( schemaElement );
tabFolder.setSelection( ocdTab );
}