/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4935 by trebligd, Fri Sep 23 10:47:29 2005 UTC revision 1.4936 by rabbit78, Fri Sep 23 12:51:46 2005 UTC
# Line 1  Line 1 
1    2005-09-23  Roman Kennke  <kennke@aicas.com>
2    
3            * javax/swing/plaf/basic/BasicListUI.java
4            (FocusHandler.repaintCellFocus): Marked protected instead of
5            package private as specified.
6            (KeyHandler.keyPressed): Call new methods selectNextIndex and
7            selectPreviousIndex instead of doing the work here.
8            (PropertyChangeHandler.propertyChange): Update the
9            updateLayoutStateNeeded field correctly.
10            (BasicListUI): Removed listener initialization. Moved this
11            to installListeners.
12            (installListeners): Initialize listeners here instead in the
13            constructor. Use the createXXXListener hooks instead of creating
14            the listeners directly.
15            (createFocusListener): New hook method for creating a focus listener.
16            (createListDataListener): New hook method for creating a list
17            data listener.
18            (createListSelectionListener): New hook method for creating a list
19            selection listener.
20            (createMouseInputListener): New hook method for creating a mouse
21            input listener.
22            (createPropertyChangeListener): New hook method for creating a
23            property change listener.
24    
25  2005-09-23  David Gilbert <david.gilbert@object-refinery.com>  2005-09-23  David Gilbert <david.gilbert@object-refinery.com>
26    
27          * javax/swing/plaf/metal/MetalBorders.java          * javax/swing/plaf/metal/MetalBorders.java

Legend:
Removed from v.1.4935  
changed lines
  Added in v.1.4936

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26