public void scrollTo(int index) {
   Utilities.tableCenterScroll(this, segmentTable, index);
 }
 /** flashes the value at the given index. */
 public void flash(int index) {
   flashIndex = index;
   Utilities.tableCenterScroll(this, segmentTable, index);
 }