/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.4404 by aluchko, Fri Aug 12 20:25:28 2005 UTC revision 1.4405 by abalkiss, Fri Aug 12 20:45:16 2005 UTC
# Line 1  Line 1 
1    2005-08-12  Anthony Balkissoon  <abalkiss@redhat.com>
2    
3            * javax/swing/JTable.java:
4            (setValueAt): Do nothing if isCellEditable returns false.
5            (editCelLAt): Removed the Key Listener for the JTextField.  Listening
6            for ESCAPE should be handled by the JTable itself.  Note, this is not
7            implemented yet.
8            * javax/swing/plaf/basic/BasicLookAndFeel.java:
9            (initComponentDefaults): Added several keybindings to JTable's
10            ancestorInputMap.  These are all implemented.
11            * javax/swing/plaf/basic/BasicTableUI.java:
12            (KeyHandler): Removed this class.  Note that most of the code from the
13            keyPressed method now resides in the actionPerformed method of the
14            BasicTableUI.TableAction class.
15            (convertModifiers): New private method to convert from new InputEvent
16            modifier masks to the old style.
17            (installKeyboardActions): Implemented.  Gets the key bindings from
18            the UIManager and registers them for the JTable.
19            (TableAction): New class.  This is where the actions corresponding to
20            key presses resides.
21            (installListeners): Removed installation of KeyListener.
22    
23  2005-08-12  Aaron Luchko  <aluchko@redhat.com>  2005-08-12  Aaron Luchko  <aluchko@redhat.com>
24    
25          * vm/reference/standard.omit: New file to omit jdwp reference classes          * vm/reference/standard.omit: New file to omit jdwp reference classes

Legend:
Removed from v.1.4404  
changed lines
  Added in v.1.4405

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