|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jurvis.util.JvHTMLText
public class JvHTMLText
A text string that may contain HTML tags. This class is primarily used as a
JavaBean property type. The JvSwingFactory.createField()
methods will detect this type and will use a JEditorPane
component to edit/display the propertys value.
| Constructor Summary | |
|---|---|
JvHTMLText()
Construct a new empty JvHTMLText. |
|
JvHTMLText(String text)
Construct a new JvHTMLText with the specified contents. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
String |
getString()
Return a String containing HTML markup |
String |
toString()
Return a String containing HTML markup |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JvHTMLText()
JvHTMLText.
public JvHTMLText(String text)
JvHTMLText with the specified contents.
text - a String containing HTML markup| Method Detail |
|---|
public String getString()
String containing HTML markup
String containing HTML markuppublic String toString()
String containing HTML markup
toString in class ObjectString containing HTML markuppublic boolean equals(Object obj)
equals in class Objectobj - the reference object with which to compare.
true if this object is the same as the obj
argument; false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||