CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/09/23 12:51:48
Modified files: . : ChangeLog javax/swing/plaf/basic: BasicListUI.java Log message: 2005-09-23 Roman Kennke <[EMAIL PROTECTED]> * 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