Package org.jdesktop.swingx.sort

Interface Summary
SortController<M> Defines the interactive sort control for sortable collection components (like JXList, JXTable).
StringValueProvider Read-only repository for StringValues.
 

Class Summary
DefaultSortController<M> A default SortController implementation used as parent class for concrete SortControllers in SwingX.
ListSortController<M extends ListModel> TODO add type doc
RowFilters Factory of additional RowFilters.
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.