Class TextViewHTMLString
All Packages Class Hierarchy This Package Previous Next Index
Class TextViewHTMLString
public class netscape.application.TextViewHTMLString
extends netscape.application.TextViewHTMLElement
{
/* Constructors
*/
public TextViewHTMLString();
/* Methods
*/
public String string(Hashtable);
public String string();
public String toString();
}
Instances of this class are used to store strings while converting HTML to
strings and attributes.
If you need to add some processing on strings, subclass TextViewHTMLString
and use TextView.setHTMLStringClass() to tell TextView to use your
subclass.
Constructors
.TextViewHTMLString
public TextViewHTMLString()
Methods
public String string(Hashtable context)
- Return the string for the component, given the context context
override this method if you want to perform some computation on the
string according to context. The default implementation is
equivalent to string()
- Overrides:
- string in class TextViewHTMLElement
public String string()
- Return the string
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index
Copyright © 1997 Netscape Communications Corporation. All rights reserved
Please send any comments or corrections to ifcfeedback@netscape.com
HTML generated on 21 Oct 1997