composite.setLayoutData( new GridData( GridData.FILL_BOTH ) );
// init available attribute types
attributeNames2AtdMap = new TreeMap<String, AttributeTypeDescription>();
attributeOid2AtdMap = new TreeMap<String, AttributeTypeDescription>();
BrowserConnectionManager cm = BrowserCorePlugin.getDefault().getConnectionManager();
IBrowserConnection[] connections = cm.getBrowserConnections();
for ( IBrowserConnection browserConnection : connections )
{
Schema schema = browserConnection.getSchema();
createAttributeMaps( schema );
}