org.icepdf.ri.common.views.annotations
Class FreeTextAnnotationComponent.MyHtml2Text

java.lang.Object
  extended by javax.swing.text.html.HTMLEditorKit.ParserCallback
      extended by org.icepdf.ri.common.views.annotations.FreeTextAnnotationComponent.MyHtml2Text
Enclosing class:
FreeTextAnnotationComponent

public class FreeTextAnnotationComponent.MyHtml2Text
extends javax.swing.text.html.HTMLEditorKit.ParserCallback


Field Summary
 
Fields inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
IMPLIED
 
Constructor Summary
FreeTextAnnotationComponent.MyHtml2Text()
           
 
Method Summary
 java.lang.String getText()
           
 void handleText(char[] text, int pos)
           
 void parse(java.io.Reader in)
           
 
Methods inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
flush, handleComment, handleEndOfLineString, handleEndTag, handleError, handleSimpleTag, handleStartTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeTextAnnotationComponent.MyHtml2Text

public FreeTextAnnotationComponent.MyHtml2Text()
Method Detail

parse

public void parse(java.io.Reader in)
           throws java.io.IOException
Throws:
java.io.IOException

handleText

public void handleText(char[] text,
                       int pos)
Overrides:
handleText in class javax.swing.text.html.HTMLEditorKit.ParserCallback

getText

public java.lang.String getText()