/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.4594 by mark, Tue Aug 30 15:58:19 2005 UTC revision 1.4595 by langel, Tue Aug 30 20:05:53 2005 UTC
# Line 1  Line 1 
1    2005-08-30  Lillian Angel  <langel@redhat.com>
2    
3            * examples/gnu/classpath/examples/swing/Demo.java
4            (mkTreeWorld): Made tree editable.
5            * javax/swing/DefaultCellEditor.java
6            (isCellEditable): Added in check for number of mouse clicks.
7            (DefaultCellEditor): To start editing a textfield, number of clicks
8            is 3.
9            * javax/swing/plaf/basic/BasicTreeUI.java:
10            Took out unneeded fields
11            (isEditing): Fixed to check boolean.
12            (updateCellEditor): Made more efficent.
13            (installUI): Created cell editor for initialization.
14            (editingStopped): Added in check to prevent a NPE.
15            (editingCanceled): Likewise.
16            (keyPressed): Added in check for pressing Enter. Enter should stop
17            editing and complete it, when in the process of editing.
18            (mousePressed): Optimized by using MouseEvent's getClickCount. The
19            clicking on nodes works better. Also, added in code to start the
20            editing.
21            (valueChanged): Implemented.
22            (selectPath): Took out code to remove an already selected path. A node
23            should remain selected if clicked on more than once. Works like JDK.
24            * javax/swing/tree/DefaultTreeCellEditor.java:
25            Added a helper field.
26            (paint): Took out redundant code.
27            (DefaultTreeCellEditor): Added class to listener list.
28            (configureEditingComponent): Updated since listener was added to list.
29            (isCellEditable): Finished implementation.
30            (stopCellEditing): Added a check for editingComponent to prevent a NPE.
31            (cancelCellEditing): Likewise.
32            (valueChanged): Took out redundant code.
33            (actionPerformed): Added code in to implement click-pause-click editing.
34            (shouldStartTimer): Fixed check.
35            (canEditImmediately): Took out redunant code.
36            (inHitRegion): Changed region to be text area only (not icon).
37            (createTreeCellEditor): No need to use canEdit here, removed.
38    
39  2005-08-30  Christian Schlichtherle <christian@schlichtherle.de>  2005-08-30  Christian Schlichtherle <christian@schlichtherle.de>
40    
41          * java/util/zip/DeflaterOutputStream.java          * java/util/zip/DeflaterOutputStream.java

Legend:
Removed from v.1.4594  
changed lines
  Added in v.1.4595

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