CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <[EMAIL PROTECTED]>        06/01/05 15:48:38

Modified files:
        javax/swing/plaf/basic: BasicListUI.java 
        .              : ChangeLog 

Log message:
        2006-01-05  Roman Kennke  <[EMAIL PROTECTED]>
        
        * javax/swing/plaf/basic/BasicListUI.java
        (ComponentHandler): Removed unneeded class.
        (ListDataHandler.contentsChanged): Revalidate instead of calling
        damageLayout().
        (ListDataHandler.intervalAdded): Revalidate instead of calling
        damageLayout().
        (ListDataHandler.intervalRemoved): Revalidate instead of calling
        damageLayout().
        (PropertyChangeHandler.propertyChange): Or flags together instead
        of adding them. Don't call damageLayout().
        (componentListener): Removed unnecessary field.
        (damageLayout): Removed unnecessary method.
        (installListeners): Don't install unnecessary listeners.
        (uninstallListeners): Dito.
        (getPreferredSize): Don't ask for the real list height and
        calculate with the previously calculated list height.
        (locationToIndex): Renamed list parameter to l so that it doesn't
        shadow the field with the same name.
        (indexToLocation): Renamed list parameter to l so that it doesn't
        shadow the field with the same name.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicListUI.java.diff?tr1=1.47&tr2=1.48&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5945&tr2=1.5946&r1=text&r2=text


Reply via email to