|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.utils.HTMLView
public class HTMLView
Generates a HTML-View
| Field Summary | |
|---|---|
static javax.swing.text.html.HTMLEditorKit |
htmlEditorKit
The HTML-Editor-Kit which is used for the View. |
| Constructor Summary | |
|---|---|
HTMLView(javax.swing.event.HyperlinkListener hl)
Creates a HTMLView |
|
| Method Summary | |
|---|---|
javax.swing.JPanel |
getPanel()
Gets the panel |
void |
setBodyHTML(java.lang.String html)
Sets the HTML-Text of the view. |
void |
setHTML(java.lang.String html)
Sets the HTML-Text of the view. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static javax.swing.text.html.HTMLEditorKit htmlEditorKit
| Constructor Detail |
|---|
public HTMLView(javax.swing.event.HyperlinkListener hl)
hl - The HyplerlinkListener for the view.| Method Detail |
|---|
public javax.swing.JPanel getPanel()
public void setHTML(java.lang.String html)
html - html-textsetBodyHTML(String)public void setBodyHTML(java.lang.String html)
html - html-textsetHTML(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||