コード例 #1
0
 public void scrollTo(int index) {
   Utilities.tableCenterScroll(this, segmentTable, index);
 }
コード例 #2
0
 /** flashes the value at the given index. */
 public void flash(int index) {
   flashIndex = index;
   Utilities.tableCenterScroll(this, segmentTable, index);
 }