/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.4363 by aluchko, Tue Aug 9 15:49:40 2005 UTC revision 1.4364 by abalkiss, Tue Aug 9 15:56:39 2005 UTC
# Line 1  Line 1 
1    2005-08-09  Anthony Balkissoon  <abalkiss@redhat.com>
2    
3            * javax/swing/DefaultCellEditor.java:
4            (EditorDelegate.setValue): Implemented.
5            (EditorDelegate.getCellEditorValue): Implemented.
6            (EditorDelegate.isCellEditable): Implemented.
7            (EditorDelegate.shouldSelectCell): Implemented.
8            (EditorDelegate.stopCellEditing): Implemented.
9            (EditorDelegate.cancelCellEditing): Implemented.
10            (EditorDelegate.startCellEditing): Implemented.
11            (EditorDelegate.actionPerformed): Implemented.
12            (EditorDelegate.itemStateChanged): Implemented.
13            (EditorDelegate.fireEditingStopped): New implementation method.
14            (EditorDelegate.fireEditingCancelled): New implementation method.
15            (DefaultCellEditor): Implemented 3 constructors.
16            (getComponent): Implemented.
17            (getClickCountToStart): Implemented.
18            (setClickCountToStart): Implemented.
19            (getCellEditorValue): Implemented.
20            (isCellEditable): Implemented.
21            (shouldSelectCell): Implemented.
22            (cancelCellEditing): Implemented.
23            (getTableCellEditorComponent): Implemented.
24            * javax/swing/JTable.java:
25            (EditorUpdateTimer): New private class.
26            (editingStopped): Implemented.
27            (setValueAt): If the Object value is a Component, add it to the JTable
28            so it can obtain focus.
29            (editCellAt): Implemented.
30            (removeEditor): Implemented.
31            (prepareEditor): Implemented.
32            * javax/swing/plaf/basic/BasicTableUI.java:
33            (KeyHandler.keyPressed): Added F2 "start editing" key action.
34            (MouseHandler.mousePressed): Added check to see if a new cell was
35            selected and we need to stop editing.
36            (paint): If the cell is a JTextField, paint its Caret as well.
37            * javax/swing/table/DefaultTableCellRenderer.java:
38            (getTableCellRendererComponent): If a JTextField is passed in, return
39            one.  This is used for editing JTable cells.
40    
41  2005-08-09  Aaron Luchko <aluchko@redhat.com>  2005-08-09  Aaron Luchko <aluchko@redhat.com>
42          * gnu/classpath/jdwp/processor/ClassLoaderReferenceCommandSet.java:              * gnu/classpath/jdwp/processor/ClassLoaderReferenceCommandSet.java:    
43          Implemented the ClassLoaderReference CommandSet.          Implemented the ClassLoaderReference CommandSet.

Legend:
Removed from v.1.4363  
changed lines
  Added in v.1.4364

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