| 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.
|
| javax.swing.event |
Provides for events fired by Swing components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JTable.sorterChanged(RowSorterEvent
RowSorterListener notification that the
RowSorter has changed in some way.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowSorterListener.sorterChanged(RowSorterEvent
Notification that the
RowSorter has changed.
|