/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.4948 by abalkiss, Fri Sep 23 17:48:29 2005 UTC revision 1.4949 by rabbit78, Fri Sep 23 20:28:17 2005 UTC
# Line 1  Line 1 
1    2005-09-23  Roman Kennke  <kennke@aicas.com>
2    
3            * javax/swing/JScrollPane.java
4            (setHorizontalScrollBar): Removed handling of listeners on the model.
5            This is now done in the BasicScrollPaneUI.
6            (setHorizontalScrollBarPolicy): Added revalidate call.
7            (setVerticalScrollBar): Removed handling of listeners on the model.
8            This is now done in the BasicScrollPaneUI.
9            (setVerticalScrollBarPolicy): Added revalidate call.
10            (setViewport): Removed handling of listeners on the viewport.
11            This is now done in the BasicScrollPaneUI.
12            (createScrollListener): Removed unnecessary and undocumented method.
13            The functionality of this method is moved to BasicScrollPaneUI
14            as specified.
15            (JScrollPane): Removed initialization of removed listener.
16            * javax/swing/plaf/basic/BasicScrollPaneUI.java
17            (HSBChangeListener): New inner class.
18            (VSBChangeListener): New inner class.
19            (ViewportChangeHandler): New inner class.
20            (PropertyChangeHandler): New inner class.
21            (MouseWheelHandler): New inner class.
22            (installUI): Also call installListeners.
23            (installListeners): New method. Initializes the listeners on the
24            scrollpane.
25            (createHSBChangeListener): New method.
26            (createVSBChangeListener): New method.
27            (createViewport): New method.
28            (createPropertyChangeListener): New method.
29            (uninstallUI): Also call uninstallListeners.
30            (uninstallListeners): New method.
31            (syncScrollPaneWithViewport): New method.
32            (updateColumnHeader): New method.
33            (updateRowHeader): New method.
34            (updateScrollBarDisplayPolicy): New method.
35            (updateViewport): New method.
36    
37  2005-09-23  Anthony Balkissoon  <abalkiss@redhat.com>  2005-09-23  Anthony Balkissoon  <abalkiss@redhat.com>
38    
39          * javax/swing/JTextField.java: Reformatted and added API docs.          * javax/swing/JTextField.java: Reformatted and added API docs.
# Line 31  Line 67 
67    
68  2005-09-23  Roman Kennke  <kennke@aicas.com>  2005-09-23  Roman Kennke  <kennke@aicas.com>
69    
70            * javax/swing/plaf/basic/BasicToolBarUI.java
71            Added some deprecated and unused fields for binary compatibility.
72            (installListeners): Fixed method parameters.
73            (installUI): Call installListeners with fixed method parameters.
74    
75    2005-09-23  Roman Kennke  <kennke@aicas.com>
76    
77          * javax/swing/plaf/basic/BasicPanelUI.java          * javax/swing/plaf/basic/BasicPanelUI.java
78          (uninstallUI): New method.          (uninstallUI): New method.
79          (uninstallDefaults): New method.          (uninstallDefaults): New method.

Legend:
Removed from v.1.4948  
changed lines
  Added in v.1.4949

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