Searched defs:SortManager (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java381 // SortManager.modelRowSizes field as well.
416 private transient SortManager sortManager;
1922 sortManager = new SortManager(sorter);
3825 * SortManager provides support for managing the selection and variable
3829 private final class SortManager { class in class:JTable
3847 SortManager(RowSorter<? extends TableModel> sorter) { method in class:JTable.SortManager
3853 * Disposes any resources used by this SortManager.

Completed in 45 milliseconds