org.util.html.objects
Class HTMLText

java.lang.Object
  extended by org.util.html.objects.HTMLObject
      extended by org.util.html.objects.HTMLText
All Implemented Interfaces:
ParserPolicy

public class HTMLText
extends HTMLObject


Field Summary
 
Fields inherited from class org.util.html.objects.HTMLObject
forse_empty_tag_list_
 
Constructor Summary
HTMLText(HTMLDocument root)
           
 
Method Summary
 javax.swing.JComponent getPanel()
           
 java.lang.String getText()
           
 void setText(java.lang.String value)
           
 
Methods inherited from class org.util.html.objects.HTMLObject
allowElement, checkEndTag, finished, forceEmptyTag, getInnerPolicy, getNextX, getNextY, getRoot, isLayouted, selectEncoding, setLayouted, setNextXY, throwExceptionIfDocumentHasError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLText

public HTMLText(HTMLDocument root)
Method Detail

setText

public void setText(java.lang.String value)

getText

public java.lang.String getText()

getPanel

public javax.swing.JComponent getPanel()
Specified by:
getPanel in class HTMLObject