commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ./ChangeLog javax/swing/text/Composit...


From: Roman Kennke
Subject: [commit-cp] classpath ./ChangeLog javax/swing/text/Composit...
Date: Thu, 25 Aug 2005 15:04:36 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <address@hidden>   05/08/25 19:04:36

Modified files:
        .              : ChangeLog 
        javax/swing/text: CompositeView.java 

Log message:
        2005-08-25  Roman Kennke  <address@hidden>
        
        * javax/swing/text/CompositeView.java
        (loadChildren): Call replace to actually change the child
        elements. This way subclasses can modify the child
        management behaviour by simply overriding replace.
        (setParent): Only call loadChildren if the parent to be set
        is actually not null.
        (replace): Check for null children. Set the parent of removed
        children to null. Set the parent of the added children to
        this.
        (modelToView): Added some sanity checks.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4557&tr2=1.4558&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/CompositeView.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text





reply via email to

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