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

Method expandRow

unused/javax/swing/JTree.java:2233–2235  ·  view source on GitHub ↗

Ensures that the node in the specified row is expanded and viewable. 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

2231 * first row in the display
2232 */
2233 public void expandRow(int row) {
2234 expandPath(getPathForRow(row));
2235 }
2236
2237 /**
2238 * Ensures that the node identified by the specified path is

Callers 1

fireActionPerformedMethod · 0.80

Calls 2

expandPathMethod · 0.95
getPathForRowMethod · 0.95

Tested by

no test coverage detected