Package org.jdesktop.swingx.sort
-
Interface Summary Interface Description SortController<M> Defines the interactive sort control for sortable collection components (like JXList, JXTable).StringValueProvider Read-only repository for StringValues. -
Class Summary Class Description DefaultSortController<M> A default SortController implementation used as parent class for concrete SortControllers in SwingX.DefaultSortController.ComparableComparator ListSortController<M extends javax.swing.ListModel> A SortController to use with JXList.RowFilters Factory of additionalRowFilter
s.RowFilters.GeneralFilter C&P from core Swing to allow subclassing.RowFilters.RegexFilter C&P from core to allow richer factory methods.SortUtils Collection of convenience methods.StringValueRegistry A writable implemenation of StringValueProvider.TableSortController<M extends javax.swing.table.TableModel> A SortController to use for a JXTable. -
Exception Summary Exception Description DefaultSortController A default SortController implementation used as parent class for concrete SortControllers in SwingX.ListSortController A SortController to use with JXList.RowFilters Factory of additionalRowFilter
s.SortController Defines the interactive sort control for sortable collection components (like JXList, JXTable).SortUtils Collection of convenience methods.StringValueProvider Read-only repository for StringValues.StringValueRegistry A writable implemenation of StringValueProvider.TableSortController A SortController to use for a JXTable.