de.hillenbrand.swing.text
Class HTMLString

java.lang.Object
  extended by de.hillenbrand.swing.text.HTMLString

public class HTMLString
extends java.lang.Object


Constructor Summary
HTMLString()
          Creates a new empty HTML string.
HTMLString(java.lang.String html)
          Creates a new HTML string.
 
Method Summary
 void append(java.lang.String s)
          Appends a string to the current HTML string.
 void set(java.lang.String s)
          Sets a new value for the HTML string.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLString

public HTMLString()
Creates a new empty HTML string.


HTMLString

public HTMLString(java.lang.String html)
Creates a new HTML string.

Parameters:
html - the initial contents
Method Detail

append

public void append(java.lang.String s)
Appends a string to the current HTML string.

Parameters:
s - the text top append

set

public void set(java.lang.String s)
Sets a new value for the HTML string.

Parameters:
s - the new value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object