commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...


From: Roman Kennke
Subject: [commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...
Date: Fri, 28 Oct 2005 10:46:11 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <address@hidden>   05/10/28 14:46:10

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

Log message:
        2005-10-28  Roman Kennke  <address@hidden>
        
        * javax/swing/plaf/basic/BasicTableUI.java
        (MouseInputHandler.mouseDragged): Only react if table is enabled.
        (MouseInputHandler.mousePressed): Only react if table is enabled.
        (MouseInputHandler.mouseReleased): Only react if table is enabled.
        (PropertyChangeHandler): New inner class. Updates the state of
        the table if the model property changes.
        (installDefaults): Don't load the highlightCellBorder here. This
        is done in the cell renderer now.
        (installListeners): Install the new PropertyChangeListener.
        (uninstallListeners): Uninstall the new PropertyChangeListener.
        (paintCell): Fixed determination of the selected and focused state
        of the cell. Removed handling of the border (this is moved into
        the cell renderer).
        (paint): Fixed the rectangle calculation of the cell. Fixed painting
        of the grid.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5382&tr2=1.5383&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTableUI.java.diff?tr1=1.34&tr2=1.35&r1=text&r2=text





reply via email to

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