All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.tinguin2.HTMLText

java.lang.Object
   |
   +----netscape.application.View
           |
           +----netscape.application.TextView
                   |
                   +----semper.tinguin2.HTMLText

public class HTMLText
extends TextView
Creates a TextView in which HTML-Text can be displayed. The HTML-Text can be given as a string or as an URL.

Version:
0.1
Author:
Christian Haag

Constructor Index

 o HTMLText(String)
Creates a TextView for the HTML-Text to be displayed.

Constructors

 o HTMLText
 public HTMLText(String text)
Creates a TextView for the HTML-Text to be displayed.

Parameters:
text - The HTML-Text

All Packages  Class Hierarchy  This Package  Previous  Next  Index