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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DRowSorter.java32 * <code>RowSorter</code> provides the basis for sorting and filtering.
33 * Beyond creating and installing a <code>RowSorter</code>, you very rarely
36 * implementation of <code>RowSorter</code> for <code>JTable</code>.
38 * <code>RowSorter</code>'s primary role is to provide a mapping between
43 * The view invokes the following methods on the <code>RowSorter</code>:
51 * delivered, so a <code>RowSorter</code> should not update its mapping
59 * <code>RowSorter</code> provides notification of changes by way of
66 * the mapping maintained by the <code>RowSorter</code> has changed in
69 * <code>RowSorter</code> implementations typically don't have a one-to-one
76 * Concrete implementations of <code>RowSorter</cod
95 public abstract class RowSorter<M> { class
101 public RowSorter() { method in class:RowSorter
[all...]

Completed in 29 milliseconds