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

Method isCollapsed

unused/javax/swing/JTree.java:2052–2054  ·  view source on GitHub ↗

Returns true if the value identified by path is currently collapsed, this will return false if any of the values in path are currently not being displayed. @param path the TreePath to check @return true if any of the nodes in the node's path are collapsed, false if all n

(TreePath path)

Source from the content-addressed store, hash-verified

2050 * false if all nodes in the path are expanded
2051 */
2052 public boolean isCollapsed(TreePath path) {
2053 return !isExpanded(path);
2054 }
2055
2056 /**
2057 * Returns true if the node at the specified display row is collapsed.

Callers 1

dropLocationForPointMethod · 0.95

Calls 1

isExpandedMethod · 0.95

Tested by

no test coverage detected