| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowSorter | |
|---|---|
| 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 | |
|---|---|
|  class | DefaultRowSorter<M,I>An implementation of RowSorterthat provides sorting and
 filtering around a grid-based data model. | 
| Methods in javax.swing that return RowSorter | |
|---|---|
|  RowSorter<? extends TableModel> | JTable.getRowSorter()Returns the object responsible for sorting. | 
| Methods in javax.swing with parameters of type RowSorter | |
|---|---|
|  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 | |
|---|---|
|  RowSorter | RowSorterEvent.getSource()Returns the source of the event as a RowSorter. | 
| Constructors in javax.swing.event with parameters of type RowSorter | |
|---|---|
| RowSorterEvent(RowSorter source)Creates a RowSorterEventof typeSORT_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 | |
|---|---|
|  class | TableRowSorter<M extends TableModel>An implementation of RowSorterthat provides sorting
 and filtering using aTableModel. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.