Uses of Interface
org.jdesktop.swingx.sort.SortController
Packages that use SortController
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
-
Uses of SortController in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return SortControllerModifier and TypeMethodDescriptionprotected SortController
<? extends ListModel> JXList.getSortController()
Returns the currently active SortController.protected SortController
<? extends TableModel> JXTable.getSortController()
Returns the currently active SortController. -
Uses of SortController in org.jdesktop.swingx.sort
Classes in org.jdesktop.swingx.sort that implement SortControllerModifier and TypeClassDescriptionclass
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.