/[classpath]/classpath/javax/swing/JEditorPane.java
ViewVC logotype

Diff of /classpath/javax/swing/JEditorPane.java

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

revision 1.12.2.4 by gnu_andrew, Fri May 20 18:20:57 2005 UTC revision 1.12.2.5 by gnu_andrew, Fri May 27 00:01:45 2005 UTC
# Line 182  public class JEditorPane extends JTextCo Line 182  public class JEditorPane extends JTextCo
182    }    }
183    
184    /**    /**
    * Overridden to handle processing of tab/shift tab.  
    */  
   protected void processComponentKeyEvent(KeyEvent e)  
   {  
   }  
   
   /**  
    * Make sure that TAB and Shift-TAB events get consumed,  
    * so that awt doesn't attempt focus traversal.    
    */  
   protected void processKeyEvent(KeyEvent e)  
   {  
   }  
   
   /**  
185     * This method initializes from a stream.     * This method initializes from a stream.
186     */     */
187    public void read(InputStream in, Object desc)    public void read(InputStream in, Object desc)

Legend:
Removed from v.1.12.2.4  
changed lines
  Added in v.1.12.2.5

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