/[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.3.2.3 by gnu_andrew, Sat Sep 10 15:31:55 2005 UTC revision 1.3.2.4 by gnu_andrew, Tue Sep 20 18:46:36 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.3.2.3  
changed lines
  Added in v.1.3.2.4

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