Package | Description |
---|---|
org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
org.jdesktop.swingx.sort |
Modifier and Type | Method | Description |
---|---|---|
protected SortController<? extends ListModel> |
JXList.getSortController() |
Returns the currently active SortController.
|
protected SortController<? extends TableModel> |
JXTable.getSortController() |
Returns the currently active SortController.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultSortController<M> |
A default SortController implementation used as parent class for concrete
SortControllers in SwingX.
|
class |
ListSortController<M extends ListModel> |
TODO add type doc
|
class |
TableSortController<M extends TableModel> |
A SortController to use for a JXTable.
|
Copyright © 2018. All rights reserved.