Searched refs:modelRowIndex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java2608 * @param modelRowIndex the index of the row in terms of the model
2616 public int convertRowIndexToView(int modelRowIndex) { argument
2619 return sorter.convertRowIndexToView(modelRowIndex);
2621 return modelRowIndex;

Completed in 41 milliseconds