public boolean isTabHighlighted(int tabIndex) {
   return highlightedTabs.contains(tabIndex);
 }