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

Method getSelectionRows

unused/javax/swing/JTree.java:1871–1873  ·  view source on GitHub ↗

Returns all of the currently selected rows. This method is simply forwarded to the TreeSelectionModel . If nothing is selected null or an empty array will be returned, based on the TreeSelectionModel implementation. @return an array of integers that identifies

()

Source from the content-addressed store, hash-verified

1869 * where 0 is the first row in the display
1870 */
1871 public int[] getSelectionRows() {
1872 return getSelectionModel().getSelectionRows();
1873 }
1874
1875 /**
1876 * Returns the number of nodes selected.

Callers

nothing calls this directly

Calls 1

getSelectionModelMethod · 0.95

Tested by

no test coverage detected