Inherits javax::swing::JEditorPane, and javax::swing::event::HyperlinkListener.
Public Member Functions | |
HtmlView () | |
void | readUrl (final InputStream thisInputStream, final URL thisBaseUrl) |
void | hyperlinkUpdate (final HyperlinkEvent thisEvent) |
HTML view
edu.princeton.wordnet.browser.HtmlView.HtmlView | ( | ) |
Constructor
void edu.princeton.wordnet.browser.HtmlView.readUrl | ( | final InputStream | thisInputStream, | |
final URL | thisBaseUrl | |||
) |
Read contents from stream
thisInputStream | stream | |
thisBaseUrl | base url (fro images, etc...) |