KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > JTree.DynamicUtilTreeNode

javax.swing
Class JTree.DynamicUtilTreeNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by javax.swing.JTree.DynamicUtilTreeNode
All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode
Enclosing class:
JTree
See Also:
Source Code, XMLEncoder

public Enumeration children()
See Also:
DefaultMutableTreeNode, TreeNode
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Object childValue
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void createChildren(DefaultMutableTreeNode parent,
                                  Object children)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreeNode getChildAt(int index)
See Also:
DefaultMutableTreeNode
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getChildCount()
See Also:
DefaultMutableTreeNode, TreeNode
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean hasChildren
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isLeaf()
See Also:
JTree.DynamicUtilTreeNode(java.lang.Object, java.lang.Object), DefaultMutableTreeNode, TreeNode
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JTree.DynamicUtilTreeNode(Object value,
                                 Object children)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void loadChildren()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean loadedChildren
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags