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

Method removeSelectionRow

unused/javax/swing/JTree.java:2644–2648  ·  view source on GitHub ↗

Removes the row at the index row from the current selection. @param row the row to remove

(int row)

Source from the content-addressed store, hash-verified

2642 * @param row the row to remove
2643 */
2644 public void removeSelectionRow(int row) {
2645 int[] rows = { row };
2646
2647 removeSelectionRows(rows);
2648 }
2649
2650 /**
2651 * Removes the rows that are selected at each of the specified

Callers

nothing calls this directly

Calls 1

removeSelectionRowsMethod · 0.95

Tested by

no test coverage detected