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

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

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

revision 1.11 by mkoch, Mon Jan 10 18:16:15 2005 UTC revision 1.12 by mkoch, Tue Jan 11 13:35:26 2005 UTC
# Line 50  import java.io.Reader; Line 50  import java.io.Reader;
50  import java.io.Writer;  import java.io.Writer;
51    
52  import javax.swing.Action;  import javax.swing.Action;
 import javax.swing.JEditorPane;  
53    
54  public class DefaultEditorKit extends EditorKit  public class DefaultEditorKit extends EditorKit
55  {  {
# Line 336  public class DefaultEditorKit extends Ed Line 335  public class DefaultEditorKit extends Ed
335      },      },
336    };    };
337    
   /**  
    * Called when the kit is being removed from the JEditorPane.  
    */  
   public void deinstall(JEditorPane c)  
   {  
   }  
   
   public void install(JEditorPane c)  
   {  
   }  
   
338    public Caret createCaret()    public Caret createCaret()
339    {    {
340      return new DefaultCaret();      return new DefaultCaret();

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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