コード例 #1
0
 /** flashes the value at the given index. */
 public void flash(int index) {
   flashIndex = index;
   Utilities.tableCenterScroll(this, segmentTable, index);
 }
コード例 #2
0
 public void scrollTo(int index) {
   Utilities.tableCenterScroll(this, segmentTable, index);
 }
コード例 #3
0
 /** Sets the top level location. */
 public void setTopLevelLocation() {
   topLevelLocation = Utilities.getTopLevelLocation(topLevelComponent, segmentTable);
 }