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

Method setSelectionRow

unused/javax/swing/JTree.java:1708–1712  ·  view source on GitHub ↗

Selects the node at the specified row in the display. @param row the row to select, where 0 is the first row in the display

(int row)

Source from the content-addressed store, hash-verified

1706 * the display
1707 */
1708 public void setSelectionRow(int row) {
1709 int[] rows = { row };
1710
1711 setSelectionRows(rows);
1712 }
1713
1714 /**
1715 * Selects the nodes corresponding to each of the specified rows

Callers 4

createGUIMethod · 0.80
undoMethod · 0.80
redoMethod · 0.80
setRootResourceMethod · 0.80

Calls 1

setSelectionRowsMethod · 0.95

Tested by

no test coverage detected