commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ./ChangeLog javax/swing/tree/DefaultM...


From: David Gilbert
Subject: [commit-cp] classpath ./ChangeLog javax/swing/tree/DefaultM...
Date: Tue, 07 Mar 2006 11:57:26 +0000

CVSROOT:        /sources/classpath
Module name:    classpath
Branch:         
Changes by:     David Gilbert <address@hidden>  06/03/07 11:57:26

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

Log message:
        2006-03-07  David Gilbert  <address@hidden>
        
        * 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

[Prev in Thread] Current Thread [Next in Thread]