Searched defs:rowsInserted (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DRowSorter.java88 * <code>rowsInserted</code>, <code>rowsDeleted</code> and
239 public abstract void rowsInserted(int firstRow, int endRow); method in class:RowSorter
H A DDefaultRowSorter.java187 * the table changed notification methods (such as rowsInserted).
860 public void rowsInserted(int firstRow, int endRow) { method in class:DefaultRowSorter

Completed in 33 milliseconds