commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ./ChangeLog javax/swing/ComponentInpu...


From: Anthony Balkissoon
Subject: [commit-cp] classpath ./ChangeLog javax/swing/ComponentInpu...
Date: Wed, 09 Nov 2005 14:15:03 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Anthony Balkissoon <address@hidden>     05/11/09 19:15:03

Modified files:
        .              : ChangeLog 
        javax/swing    : ComponentInputMap.java JComponent.java 

Log message:
        2005-11-09  Anthony Balkissoon  <address@hidden>
        
        * javax/swing/ComponentInputMap.java:
        (put): Notify the component.
        (clear): Likewise.
        (remove): Likewise.
        (setParent): Notify the parent.  Improved the exception messages.
        * javax/swing/JComponent.java:
        (inputMap_whenInFocusedWindow): Changed type from InputMap to
        ComponentInputMap.
        (setInputMap): If we're setting the WHEN_IN_FOCUSED_WINDOW map and
        the parameter is not a ComponentInputMap or is not associated with
        the same Component, throw an IllegalArgumentException.
        (getInputMap): Create a new ComponentInputMap instead of a new
        InputMap when the WHEN_IN_FOCUSED_WINDOW map doesn't yet exist.
        (udpateComponentInputMap): New method.  This is the method that
        ComponentInputMap calls when it is updated.  Not yet completely
        implemented.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5532&tr2=1.5533&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/ComponentInputMap.java.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JComponent.java.diff?tr1=1.78&tr2=1.79&r1=text&r2=text





reply via email to

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