|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.smardec.asc.hyperlink.HyperlinkUtil
Class for launching internet browser. Supports different platforms.
Method Summary | |
static java.lang.String |
getBrowserPath()
Returns user-defined path to the internet browser. |
static void |
openInternetBrowser(java.lang.String url)
Opens specified url in the internet browser. |
static void |
setBrowserPath(java.lang.String browserPath)
Sets path to the internet browser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String getBrowserPath()
null
than the default browser will be launched.
public static void setBrowserPath(java.lang.String browserPath)
null
than the default browser will be launched.
browserPath
- path to the internet browserpublic static void openInternetBrowser(java.lang.String url)
url
- url string to open
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |