@param ascending The ascending to set. True by default.
(boolean ascending)
| 365 | * @param ascending The ascending to set. True by default. |
| 366 | */ |
| 367 | public void setAscending(boolean ascending) { |
| 368 | this.ascending = ascending; |
| 369 | } |
| 370 | /** |
| 371 | * Converts a row number from the view co-ordinates system to the model's. |
| 372 | * @param viewRow the row number in the view. |