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 and Description |
---|---|
protected SortController<? extends TableModel> |
JXTable.getSortController()
Returns the currently active SortController.
|
protected SortController<? extends ListModel> |
JXList.getSortController()
Returns the currently active SortController.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSortController<M>
A default SortController implementation used as parent class for concrete
SortControllers in SwingX.
|
class |
ListSortController<M extends ListModel>
A SortController to use with JXList.
|
class |
TableSortController<M extends TableModel>
A SortController to use for a JXTable.
|
Copyright © 2014. All rights reserved.