buttons.add(sel);
BaseOntologyInfo s = VineMain.getOntologyInfo(uri);
if ( s != null ) {
sel.setTitle(s.getDisplayLabel());
sel.addClickListener(new ClickListener() {
public void onClick(Widget sender) {
// TODO update some variable indicating the selected ontologies for search
}
});
if ( searchIndex == idx ) {