146147148149150151152153154155156
if (idx != -1 && idx < _tabs.size()) { IObjectTab tab = _tabs.get(idx); if (tab != null) { tab.select(); } } } }