API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. RowSorter.SortKey View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      RowSorter.SortKey
Implements
Subclasses
Description
publicstatic class RowSorter.SortKey
  SortKey describes the sort order for a particular column.
See also:   
Constructors
public RowSorter.SortKey (int column, SortOrder sortOrder)
  Creates a SortKey for the specified column with the specified sort order.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
  Returns true if this object equals the specified object.
publicfinal int getColumn ()
  Returns the index of the column.
publicfinal SortOrder getSortOrder ()
  Returns the sort order of the column.
public int hashCode ()
  Returns the hash code for this SortKey.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar