MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getMaxSelectionRow

Method getMaxSelectionRow

unused/javax/swing/JTree.java:1900–1902  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

getSelectionModelMethod · 0.95

Tested by

no test coverage detected