|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BrowserService
The BrowserService interface provides interaction with
the system default browser.
| Method Summary | |
|---|---|
void |
show(java.net.URL url)
Launches the system default browser to show the given URL. |
void |
show(java.net.URL url,
java.lang.String target)
Opens the given URL in the target window of the system default browser. |
| Method Detail |
|---|
void show(java.net.URL url)
throws LaunchFailedException
url - the given URL.
LaunchFailedException - if the system browser is found but fails to be launched.
void show(java.net.URL url,
java.lang.String target)
throws LaunchFailedException
url - the given URL.target - the given target browser window name.
LaunchFailedException - if the system browser is found but fails to be launched.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||