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.ListSortController<M extends ListModel> TODO add type docRowFilters Factory of additionalRowFilter
s.RowFilters.GeneralFilter C&P from core Swing to allow subclassing.SortUtils Collection of convenience methods.StringValueRegistry A writable implemenation of StringValueProvider.TableSortController<M extends TableModel> A SortController to use for a JXTable.