| 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 |
|---|---|
protected DefaultRowSorter |
DefaultRowSorter.getModelWrapper()
Returns the model wrapper providing the data that is being sorted and filtered.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultRowSorter.setModelWrapper(DefaultRowSorter
Sets the model wrapper providing the data that is being sorted and filtered.
|