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

Method collapseRow

unused/javax/swing/JTree.java:2256–2258  ·  view source on GitHub ↗

Ensures that the node in the specified row is collapsed. If row is < 0 or >= getRowCount this will have no effect. @param row an integer specifying a display row, where 0 is the first row in the display

(int row)

Source from the content-addressed store, hash-verified

2254 * first row in the display
2255 */
2256 public void collapseRow(int row) {
2257 collapsePath(getPathForRow(row));
2258 }
2259
2260 /**
2261 * Returns the path for the node at the specified location.

Callers

nothing calls this directly

Calls 2

collapsePathMethod · 0.95
getPathForRowMethod · 0.95

Tested by

no test coverage detected