interface IHelpBrowser
Modifier and Type | Method and Description |
---|---|
HelpBrowserHistory |
getHistory()
Replies the browser history.
|
java.lang.String |
getUrl()
Replies the current URL.
|
void |
openHelpTopic(java.lang.String relativeHelpTopic)
Loads and displays the help information for a help topic given
by a relative help topic name, i.e.
|
void |
openUrl(java.lang.String url)
Opens an URL and displays the content.
|
void |
setUrl(java.lang.String url)
Sets the current URL.
|
java.lang.String getUrl()
void setUrl(java.lang.String url)
url
- the current URLHelpBrowserHistory getHistory()
void openHelpTopic(java.lang.String relativeHelpTopic)
relativeHelpTopic
- the relative help topicvoid openUrl(java.lang.String url)
url
- the url