Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
javax.swing.RowSorter

Packages that use RowSorter
Package Description
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.event Provides for events fired by Swing components. 
javax.swing.table Provides classes and interfaces for dealing with javax.swing.JTable
 

Uses of RowSorter in javax.swing
 

Subclasses of RowSorter in javax.swing
Modifier and Type Class and Description
 class DefaultRowSorter<M,I>
          An implementation of RowSorter that provides sorting and filtering around a grid-based data model.
 

Methods in javax.swing that return RowSorter
Modifier and Type Method and Description
 RowSorter<? extends TableModel> JTable.getRowSorter()
          Returns the object responsible for sorting.
 

Methods in javax.swing with parameters of type RowSorter
Modifier and Type Method and Description
 void JTable.setRowSorter(RowSorter<? extends TableModel> sorter)
          Sets the RowSorter.
 

Uses of RowSorter in javax.swing.event
 

Methods in javax.swing.event that return RowSorter
Modifier and Type Method and Description
 RowSorter RowSorterEvent.getSource()
          Returns the source of the event as a RowSorter.
 

Constructors in javax.swing.event with parameters of type RowSorter
Constructor and Description
RowSorterEvent(RowSorter source)
          Creates a RowSorterEvent of type SORT_ORDER_CHANGED.
RowSorterEvent(RowSorter source, RowSorterEvent.Type type, int[] previousRowIndexToModel)
          Creates a RowSorterEvent.
 

Uses of RowSorter in javax.swing.table
 

Subclasses of RowSorter in javax.swing.table
Modifier and Type Class and Description
 class TableRowSorter<M extends TableModel>
          An implementation of RowSorter that provides sorting and filtering using a TableModel.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.