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

Method isRowSelected

unused/javax/swing/JTree.java:1937–1939  ·  view source on GitHub ↗

Returns true if the node identified by row is selected. @param row an integer specifying a display row, where 0 is the first row in the display @return true if the node is selected

(int row)

Source from the content-addressed store, hash-verified

1935 * @return true if the node is selected
1936 */
1937 public boolean isRowSelected(int row) {
1938 return getSelectionModel().isRowSelected(row);
1939 }
1940
1941 /**
1942 * Returns an <code>Enumeration</code> of the descendants of the

Callers 5

getToolTipTextMethod · 0.95
getNextMatchMethod · 0.95
getTablePopupMethod · 0.80

Calls 1

getSelectionModelMethod · 0.95

Tested by

no test coverage detected