Returns the smallest selected row. If the selection is empty, or none of the selected paths are viewable, -1 is returned. @return the smallest selected row
()
| 1888 | * @return the smallest selected row |
| 1889 | */ |
| 1890 | public int getMinSelectionRow() { |
| 1891 | return getSelectionModel().getMinSelectionRow(); |
| 1892 | } |
| 1893 | |
| 1894 | /** |
| 1895 | * Returns the largest selected row. If the selection is empty, or |
nothing calls this directly
no test coverage detected