/[classpath]/classpath/javax/swing/tree/DefaultTreeCellEditor.java
ViewVC logotype

Diff of /classpath/javax/swing/tree/DefaultTreeCellEditor.java

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

revision 1.15 by langel, Fri Sep 2 18:03:25 2005 UTC revision 1.16 by langel, Mon Sep 12 16:34:17 2005 UTC
# Line 513  public class DefaultTreeCellEditor Line 513  public class DefaultTreeCellEditor
513      // Cell may not be currently editable, but may need to start timer.      // Cell may not be currently editable, but may need to start timer.
514      if (shouldStartEditingTimer(event))      if (shouldStartEditingTimer(event))
515        startEditingTimer();        startEditingTimer();
516        else if (timer.isRunning())
517          timer.stop();
518      return false;      return false;
519    }    }
520    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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