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.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
JXTableHeader.setSortGestureRecognizer(JXTableHeader.SortGestureRecognizer recognizer) |
Set the SortGestureRecognizer for use in the HeaderListener.
|