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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DRowSorter.java88 * <code>rowsInserted</code>, <code>rowsDeleted</code> and
259 public abstract void rowsDeleted(int firstRow, int endRow); method in class:RowSorter
H A DDefaultRowSorter.java877 public void rowsDeleted(int firstRow, int endRow) { method in class:DefaultRowSorter
H A DJTable.java4273 sortManager.sorter.rowsDeleted(change.startModelIndex,
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DVariableHeightLayoutCache.java1563 int rowsDeleted = 0;
1579 rowsDeleted++;
1591 rowsDeleted++;
1598 for (int counter = rowsDeleted + myRow; counter > myRow;
1611 (rowsDeleted > 0 || startHeight != getPreferredHeight())) {
1628 if(treeSelectionModel != null && rowsDeleted > 0 &&

Completed in 81 milliseconds