Example usage for Java javax.swing.table TableRowSorter fields, constructors, methods, implement or subclass
The text is from its open source code.
TableRowSorter(M model) Creates a TableRowSorter using model as the underlying TableModel . | |
TableRowSorter() Creates a TableRowSorter with an empty model. |