Uses of Class
org.jdesktop.swingx.JXTableHeader.SortGestureRecognizer

Packages that use JXTableHeader.SortGestureRecognizer
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
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
 void JXTableHeader.setSortGestureRecognizer(JXTableHeader.SortGestureRecognizer recognizer)
          Set the SortGestureRecognizer for use in the HeaderListener.