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 TypeClassDescriptionclassA default SortController implementation used as parent class for concrete SortControllers in SwingX.classListSortController<M extends ListModel>A SortController to use with JXList.classTableSortController<M extends TableModel>A SortController to use for a JXTable.