javax.swing
public static class JTree.DynamicUtilTreeNode extends DefaultMutableTreeNode
| Field Summary | |
|---|---|
| protected Object | childValue |
| protected boolean | hasChildren
Currently not set or used by this class. |
| protected boolean | loadedChildren |
| Constructor Summary | |
|---|---|
| DynamicUtilTreeNode(Object value, Object children) | |
| Method Summary | |
|---|---|
| Enumeration | children() |
| static void | createChildren(DefaultMutableTreeNode parent, Object children) |
| TreeNode | getChildAt(int pos)
Returns the child node at position pos. |
| int | getChildCount() |
| boolean | isLeaf() |
| protected void | loadChildren() |
pos. Subclassed
here to load the children if necessary.
Parameters: pos the position of the child node to fetch
Returns: the childnode at the specified position