Esempio n. 1
0
 public void setSelectedRows(final int startRow, final int endRow) {
   clearSelection();
   addSelectedRows(startRow, endRow);
 }