| Package | Description |
|---|---|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List |
RowSorter.getSortKeys()
Returns the current sort keys.
|
List |
DefaultRowSorter.getSortKeys()
Returns the current sort keys.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RowSorter.setSortKeys(List
Sets the current sort keys.
|
void |
DefaultRowSorter.setSortKeys(List
Sets the sort keys.
|