Uses of Class
javax.swing.RowSorter
Packages that use RowSorter
包
描述
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides for events fired by Swing components.
Provides classes and interfaces for dealing with
javax.swing.JTable
.-
Uses of RowSorter in javax.swing
Subclasses of RowSorter in javax.swing修饰符和类Class描述class
DefaultRowSorter<M,
I> An implementation ofRowSorter
that 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 -
Uses of RowSorter in javax.swing.event
Methods in javax.swing.event that return RowSorterConstructors in javax.swing.event with parameters of type RowSorterModifierConstructor描述RowSorterEvent
(RowSorter<?> source) Creates aRowSorterEvent
of typeSORT_ORDER_CHANGED
.RowSorterEvent
(RowSorter<?> source, RowSorterEvent.Type type, int[] previousRowIndexToModel) Creates aRowSorterEvent
. -
Uses of RowSorter in javax.swing.table
Subclasses of RowSorter in javax.swing.table修饰符和类Class描述class
TableRowSorter<M extends TableModel>
An implementation ofRowSorter
that provides sorting and filtering using aTableModel
.