|
From: | Roman Kennke |
Subject: | [commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba... |
Date: | Fri, 23 Sep 2005 08:51:48 -0400 |
CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <address@hidden> 05/09/23 12:51:48 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicListUI.java Log message: 2005-09-23 Roman Kennke <address@hidden> * javax/swing/plaf/basic/BasicListUI.java (FocusHandler.repaintCellFocus): Marked protected instead of package private as specified. (KeyHandler.keyPressed): Call new methods selectNextIndex and selectPreviousIndex instead of doing the work here. (PropertyChangeHandler.propertyChange): Update the updateLayoutStateNeeded field correctly. (BasicListUI): Removed listener initialization. Moved this to installListeners. (installListeners): Initialize listeners here instead in the constructor. Use the createXXXListener hooks instead of creating the listeners directly. (createFocusListener): New hook method for creating a focus listener. (createListDataListener): New hook method for creating a list data listener. (createListSelectionListener): New hook method for creating a list selection listener. (createMouseInputListener): New hook method for creating a mouse input listener. (createPropertyChangeListener): New hook method for creating a property change listener. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4935&tr2=1.4936&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicListUI.java.diff?tr1=1.30&tr2=1.31&r1=text&r2=text
[Prev in Thread] | Current Thread | [Next in Thread] |