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

Method isLeaf

unused/javax/swing/JTree.java:3978–3980  ·  view source on GitHub ↗

Returns true if this node allows children. Whether the node allows children depends on how it was created. @return true if this node allows children, false otherwise @see JTree.DynamicUtilTreeNode

()

Source from the content-addressed store, hash-verified

3976 * @see JTree.DynamicUtilTreeNode
3977 */
3978 public boolean isLeaf() {
3979 return !getAllowsChildren();
3980 }
3981
3982 /**
3983 * Returns the number of child nodes.

Callers 8

setModelMethod · 0.45
dropLocationForPointMethod · 0.45
getToolTipTextMethod · 0.45
expandPathMethod · 0.45
treeStructureChangedMethod · 0.45
treeNodesRemovedMethod · 0.45
getCurrentComponentMethod · 0.45
AccessibleJTreeNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected