| Interface | Description |
|---|---|
| SortController<M> |
Defines the interactive sort control for sortable collection components (like
JXList, JXTable).
|
| StringValueProvider |
Read-only repository for StringValues.
|
| Class | Description |
|---|---|
| DefaultSortController<M> |
A default SortController implementation used as parent class for concrete
SortControllers in SwingX.
|
| ListSortController<M extends ListModel> |
A SortController to use with JXList.
|
| 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.
|
Copyright © 2017. All Rights Reserved.