Java javax.swing DefaultRowSorter fields, constructors, methods, implement or subclass

Example usage for Java javax.swing DefaultRowSorter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing DefaultRowSorter.

The text is from its open source code.

Method

voidsetComparator(int column, Comparator comparator)
Sets the Comparator to use when sorting the specified column.
voidsetRowFilter(RowFilter filter)
Sets the filter that determines which rows, if any, should be hidden from the view.