Generated by
JDiff

Class javax.swing.JTree.DynamicUtilTreeNode

Documentation changed from old to new.

Changed Constructors
JTree.DynamicUtilTreeNode(Object, Object) Documentation changed from old to new.
Creates a node with the specified object as its value and with the specified children.
 

Changed Methods
void createChildren(DefaultMutableTreeNode, Object) Documentation changed from old to new.
Adds to parent all the children in children.
boolean isLeaf() Documentation changed from old to new.
Returns true if this node allows children.
void loadChildren() Documentation changed from old to new.
Loads the children based on childValue.
 

Changed Fields
boolean hasChildren Documentation changed from old to new.
Does the this JTree have children This property is currently not implemented.
boolean loadedChildren Documentation changed from old to new.
Have the children been loaded yet