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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DRowSorter.java85 * <code>JTable</code> invokes <code>rowsUpdated</code>.
89 * <code>rowsUpdated</code>.
274 public abstract void rowsUpdated(int firstRow, int endRow); method in class:RowSorter
293 public abstract void rowsUpdated(int firstRow, int endRow, int column); method in class:RowSorter
H A DDefaultRowSorter.java384 * model is updated (<code>rowsUpdated</code> is invoked). For
893 public void rowsUpdated(int firstRow, int endRow) { method in class:DefaultRowSorter
913 public void rowsUpdated(int firstRow, int endRow, int column) { method in class:DefaultRowSorter
915 rowsUpdated(firstRow, endRow);

Completed in 25 milliseconds