CVSROOT:        /sources/classpath
Module name:    classpath
Branch:         
Changes by:     David Gilbert <[EMAIL PROTECTED]>       06/03/07 11:57:26

Modified files:
        .              : ChangeLog 
        javax/swing/tree: DefaultMutableTreeNode.java 

Log message:
        2006-03-07  David Gilbert  <[EMAIL PROTECTED]>
        
        * javax/swing/tree/DefaultMutableTreeNode.java: API docs all over plus
        (clone): Reimplemented,
        (add): Throw IllegalArgumentException if child is an ancestor,
        (remove(int)): Set child's parent to null,
        (remove(MutableTreeNode)): Check arguments and set child's parent to
        null,
        (insert): Check allowsChildren flag, check for null argument, and
        check for a node that is an ancestor,
        (getIndex): Throw IllegalArgumentException for null argument,
        (setAllowsChildren): If setting to false, remove existing children,
        (removeAllChildren): Set parent to null for removed children.
        ----------------------------------------------------------------------

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6646&tr2=1.6647&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/tree/DefaultMutableTreeNode.java.diff?tr1=1.13&tr2=1.14&r1=text&r2=text


Reply via email to