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

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

Introduction

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

The text is from its open source code.

Constructor

SortKey(int column, SortOrder sortOrder)
Creates a SortKey for the specified column with the specified sort order.