/[classpath]/classpath/javax/swing/text/JTextComponent.java
ViewVC logotype

Diff of /classpath/javax/swing/text/JTextComponent.java

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

revision 1.13.2.11 by gnu_andrew, Tue Aug 2 20:12:38 2005 UTC revision 1.13.2.12 by gnu_andrew, Tue Sep 20 18:46:35 2005 UTC
# Line 303  public abstract class JTextComponent ext Line 303  public abstract class JTextComponent ext
303    /**    /**
304     * The timer that lets the caret blink.     * The timer that lets the caret blink.
305     */     */
306    private class CaretBlinkTimer    private class CaretBlinkTimer extends Timer implements ActionListener
     extends Timer  
     implements ActionListener  
307    {    {
308      /**      /**
309       * Creates a new CaretBlinkTimer object with a default delay of 1 second.       * Creates a new CaretBlinkTimer object with a default delay of 1 second.
# Line 604  public abstract class JTextComponent ext Line 602  public abstract class JTextComponent ext
602      }      }
603    }    }
604    
605    class DefaultTransferHandler    class DefaultTransferHandler extends TransferHandler
     extends TransferHandler  
606    {    {
607      public boolean canImport(JComponent component, DataFlavor[] flavors)      public boolean canImport(JComponent component, DataFlavor[] flavors)
608      {      {
# Line 1105  public abstract class JTextComponent ext Line 1102  public abstract class JTextComponent ext
1102     */     */
1103    protected String paramString()    protected String paramString()
1104    {    {
1105      return "JTextComponent";      // TODO: Do something useful here.
1106        return super.paramString();
1107    }    }
1108    
1109    /**    /**

Legend:
Removed from v.1.13.2.11  
changed lines
  Added in v.1.13.2.12

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