Returns the largest selected row. If the selection is empty, or none of the selected paths are viewable, -1 is returned. @return the largest selected row
()
| 1898 | * @return the largest selected row |
| 1899 | */ |
| 1900 | public int getMaxSelectionRow() { |
| 1901 | return getSelectionModel().getMaxSelectionRow(); |
| 1902 | } |
| 1903 | |
| 1904 | /** |
| 1905 | * Returns the row index corresponding to the lead path. |
nothing calls this directly
no test coverage detected