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

Method addSelectionRow

unused/javax/swing/JTree.java:1779–1783  ·  view source on GitHub ↗

Adds the path at the specified row to the current selection. @param row an integer specifying the row of the node to add, where 0 is the first row in the display

(int row)

Source from the content-addressed store, hash-verified

1777 * where 0 is the first row in the display
1778 */
1779 public void addSelectionRow(int row) {
1780 int[] rows = { row };
1781
1782 addSelectionRows(rows);
1783 }
1784
1785 /**
1786 * Adds the paths at each of the specified rows to the current selection.

Callers

nothing calls this directly

Calls 1

addSelectionRowsMethod · 0.95

Tested by

no test coverage detected