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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultRowSorter.java189 private int modelRowCount; field in class:DefaultRowSorter
221 modelRowCount = getModelWrapper().getRowCount();
844 modelRowCount = getModelWrapper().getRowCount();
851 modelRowCount = getModelWrapper().getRowCount();
866 modelRowCount = newModelRowCount;
879 if (firstRow >= modelRowCount || endRow >= modelRowCount) {
882 modelRowCount = getModelWrapper().getRowCount();
895 if (firstRow >= modelRowCount || endRow >= modelRowCount) {
[all...]
H A DJTable.java4071 int modelRowCount; field in class:JTable.ModelChange
4085 modelRowCount = getModel().getRowCount();
4087 endModelIndex = Math.max(0, modelRowCount - 1);
4295 if (modelIndex + change.length >= change.modelRowCount) {
4307 if (modelIndex - change.length >= change.modelRowCount) {

Completed in 49 milliseconds