CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/09/20 18:03:11
Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java BasicTextFieldUI.java Log message: 2005-09-20 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicTextUI.java (UpdateHandler): Renamed to PropertyChangeHandler. This name is closer to the purpose of this class. (PropertyChangeHandler.propertyChange): Delegate property change to propertyChange hook method in the enclosing BasicTextUI. (propertyChange): New protected method. This serves as a hook for subclasses to handle property changes in the text component. * javax/swing/plaf/basic/BasicTextUI.java (properyChange): Handle editable property here and adjust background accordingly. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4886&tr2=1.4887&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTextUI.java.diff?tr1=1.39&tr2=1.40&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTextFieldUI.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text