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

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

Introduction

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

The text is from its open source code.

Subclass

javax.swing.RowSorter has subclasses.
Click this link to see all its subclasses.

Method

voidaddRowSorterListener(RowSorterListener l)
Adds a RowSorterListener to receive notification about this RowSorter.
intconvertRowIndexToModel(int index)
Returns the location of index in terms of the underlying model.
ListgetSortKeys()
Returns the current sort keys.
voidsetSortKeys(List keys)
Sets the current sort keys.
voidtoggleSortOrder(int column)
Reverses the sort order of the specified column.