Uses of Class
org.jdesktop.swingx.JXTableHeader.SortGestureRecognizer
-
Packages that use JXTableHeader.SortGestureRecognizer 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. -
-
Uses of JXTableHeader.SortGestureRecognizer in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return JXTableHeader.SortGestureRecognizer Modifier and Type Method Description protected JXTableHeader.SortGestureRecognizer
JXTableHeader. createSortGestureRecognizer()
creates and returns the default SortGestureRecognizer.JXTableHeader.SortGestureRecognizer
JXTableHeader. getSortGestureRecognizer()
Lazily creates and returns the SortGestureRecognizer.Methods in org.jdesktop.swingx with parameters of type JXTableHeader.SortGestureRecognizer Modifier and Type Method Description void
JXTableHeader. setSortGestureRecognizer(JXTableHeader.SortGestureRecognizer recognizer)
Set the SortGestureRecognizer for use in the HeaderListener.
-