Converts a row number from the model co-ordinates system to the view's. @param modelRow the row number in the model @return the corresponding row number in the view. @see #rowViewToModel(int)
(int modelRow)
| 310 | * @see #rowViewToModel(int) |
| 311 | */ |
| 312 | public int rowModelToView(int modelRow){ |
| 313 | return sortingModel.sourceToTarget(modelRow); |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * @return Returns the ascending. |
no test coverage detected