/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.3935 by trebligd, Wed Jun 29 10:06:50 2005 UTC revision 1.3936 by langel, Wed Jun 29 13:20:01 2005 UTC
# Line 1  Line 1 
1    2005-06-29  Lillian Angel  <langel@redhat.com>
2    
3            * javax/swing/plaf/basic/BasicTreeUI.java:
4            (BasicTreeUI): Initalization of listeners and instances.
5            (createUI): Implementation
6            (getHashColor): Implementation
7            (setLeftChildIndent): Implementation
8            (getLeftChildIndent): Implementation
9            (setRightChildIndent): Implementation
10            (getRightChildIndent): Implementation
11            (setExpandedIcon): Implementation
12            (getExpandedIcon): Implementation
13            (setCollapsedIcon): Implementation
14            (getCollapsedIcon): Implementation
15            (setLargeModel): Implementation
16            (isLargeModel): Implementation
17            (setRowHeight): Implementation
18            (getRowHeight): Implementation
19            (setCellRenderer): Implementation
20            (getCellRenderer): Implementation
21            (setModel): Implementation
22            (getModel): Implementation
23            (setRootVisible): Implementation
24            (isRootVisible): Implementation
25            (setShowsRootHandles): Implementation
26            (getShowsRootHandles): Implementation
27            (setCellEditor): Implementation
28            (getCellEditor): Implementation
29            (setEditable): Implementation
30            (isEditable): Implementation
31            (setSelectionModel): Implementation
32            (getSelectionModel): Implementation
33            (getPathForRow): Implementation
34            (getRowForPath): Implementation
35            (getRowCount): Implementation
36            (getClosestPathForLocation): Implementation
37            (createPropertyChangeListener): Implementation
38            (createMouseListener): Implementation
39            (createFocusListener): Implementation
40            (createKeyListener): Implementation
41            (createSelectionModelPropertyChangeListener): Implementation
42            (createTreeSelectionListener): Implementation
43            (createCellEditorListener): Implementation
44            (createComponentListener): Implementation
45            (createTreeExpansionListener): Implementation
46            (createLayoutCache): Implementation
47            (createCellRendererPane): Implementation
48            (createDefaultCellEditor): Implementation
49            (createDefaultCellRenderer): Implementation
50            (createTreeModelListener): Implementation
51            (uninstallListeners): Implementation
52            (getLastChildPath): Implementation
53            (configureLayoutCache): Implementation
54            (installDefaults): Implementation
55            (installListeners): Implementation
56            (installUI): Implementation
57            (uninstallDefaults): Implementation
58            (uninstallUI): Implementation
59            (paint): moderate changes, so painting works with new changes
60            (MouseInputHandler.mouseClicked): Implementation
61            (paintLeaf): made private
62            (paintNonLeaf): made private
63            (paintRecursive): made private
64            Several variables, instances and methods were adding according
65            to the API. The methods that were added and not in the list
66            above, have not been implemented yet. All JavaDoc is updated,
67            as well as formatting.
68            * javax/swing/JTree.java:
69            (createChildren): checked that children is not null.
70            * javax/swing/tree/AbstractLayoutCache.java:
71            (getNodeDimensions): slight modifications to return initialized
72            Rectangle when the bounds are null. Implementation not complete.
73            * javax/swing/tree/DefaultTreeSelectionModel.java:
74            (addSelectionPath): Implementation
75            (addSelectionPaths): Implementation
76            (removeSelectionPath): Implementation
77            (removeSelectionPaths): Implementation
78            (getSelectionPaths): returned the selection array
79            (clearSelection): set the selection array to null
80            * javax/swing/tree/FixedHeightLayoutCache.java:
81            (setModel): removed this method because it is defined in the
82            abstract parent.
83            (setRootVisible): removed this method because it is defined in
84            the abstract parent.
85            (setRowHeight): removed this method because it is defined in
86            the abstract parent.
87            Also, some formatting was updated.
88            * javax/swing/tree/VariableHeightLayoutCache.java:
89            (setRowHeight): removed this method because it is defined in
90            the abstract parent.
91            * javax/swing/tree/DefaultTreeModel.java:
92            (DefaultTreeModel): Needed to initialize root if it was passed
93            into the constructor as null.
94    
95  2005-06-29  David Gilbert  <david.gilbert@object-refinery.com>  2005-06-29  David Gilbert  <david.gilbert@object-refinery.com>
96    
97          * javax/swing/event/TableModelEvent.java: updated API docs all over.          * javax/swing/event/TableModelEvent.java: updated API docs all over.

Legend:
Removed from v.1.3935  
changed lines
  Added in v.1.3936

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