/[classpath]/classpath/javax/swing/text/html/HTMLEditorKit.java
ViewVC logotype

Diff of /classpath/javax/swing/text/html/HTMLEditorKit.java

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

revision 1.5 by abalkiss, Tue Sep 20 19:22:14 2005 UTC revision 1.6 by rabbit78, Wed Oct 19 14:57:32 2005 UTC
# Line 97  public class HTMLEditorKit Line 97  public class HTMLEditorKit
97      /**      /**
98       * The parser calls this method after it finishes parsing the document.       * The parser calls this method after it finishes parsing the document.
99       */       */
100      public void flush()      public void flush() throws BadLocationException
                throws BadLocationException  
101      {      {
102          // TODO: What to do here, if anything?
103      }      }
104    
105      /**      /**
# Line 109  public class HTMLEditorKit Line 109  public class HTMLEditorKit
109       */       */
110      public void handleComment(char[] comment, int position)      public void handleComment(char[] comment, int position)
111      {      {
112          // TODO: What to do here, if anything?
113      }      }
114    
115      /**      /**
# Line 119  public class HTMLEditorKit Line 120  public class HTMLEditorKit
120       */       */
121      public void handleEndOfLineString(String end_of_line)      public void handleEndOfLineString(String end_of_line)
122      {      {
123          // TODO: What to do here, if anything?
124      }      }
125    
126      /**      /**
# Line 130  public class HTMLEditorKit Line 132  public class HTMLEditorKit
132       */       */
133      public void handleEndTag(HTML.Tag tag, int position)      public void handleEndTag(HTML.Tag tag, int position)
134      {      {
135          // TODO: What to do here, if anything?
136      }      }
137    
138      /**      /**
# Line 140  public class HTMLEditorKit Line 143  public class HTMLEditorKit
143       */       */
144      public void handleError(String message, int position)      public void handleError(String message, int position)
145      {      {
146          // TODO: What to do here, if anything?
147      }      }
148    
149      /**      /**
# Line 150  public class HTMLEditorKit Line 154  public class HTMLEditorKit
154       * @param position The tag position in the text being parsed.       * @param position The tag position in the text being parsed.
155       */       */
156      public void handleSimpleTag(HTML.Tag tag, MutableAttributeSet attributes,      public void handleSimpleTag(HTML.Tag tag, MutableAttributeSet attributes,
157                                  int position                                  int position)
                                )  
158      {      {
159          // TODO: What to do here, if anything?
160      }      }
161    
162      /**      /**
# Line 166  public class HTMLEditorKit Line 170  public class HTMLEditorKit
170                                 int position                                 int position
171                                )                                )
172      {      {
173          // TODO: What to do here, if anything?
174      }      }
175    
176      /**      /**
# Line 175  public class HTMLEditorKit Line 180  public class HTMLEditorKit
180       */       */
181      public void handleText(char[] text, int position)      public void handleText(char[] text, int position)
182      {      {
183          // TODO: What to do here, if anything?
184      }      }
185    }    }
186    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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