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

Method getMinSelectionRow

unused/javax/swing/JTree.java:1890–1892  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getSelectionModelMethod · 0.95

Tested by

no test coverage detected