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
()
| 3976 | * @see JTree.DynamicUtilTreeNode |
| 3977 | */ |
| 3978 | public boolean isLeaf() { |
| 3979 | return !getAllowsChildren(); |
| 3980 | } |
| 3981 | |
| 3982 | /** |
| 3983 | * Returns the number of child nodes. |
no outgoing calls
no test coverage detected