|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.jdic.browser.internal.WebBrowserUtil
public class WebBrowserUtil
Utility class for WebBrowser
class.
Constructor Summary | |
---|---|
WebBrowserUtil()
|
Method Summary | |
---|---|
static void |
enableDebugMessages(boolean b)
|
static java.lang.String |
getBrowserPath()
Gets the native browser path. |
static java.lang.String |
getEmbedBinaryName()
Returns the name of the native browser embedding binary. |
static java.lang.String |
getMozillaGreHome()
Gets the native Mozilla GRE home directory installed with a .exe package. |
static boolean |
isDefaultBrowserMozilla()
Checks if the default browser for the current platform is Mozilla. |
static void |
nativeSetEnv()
|
static void |
trace(java.lang.String msg)
Helper method to output given debug message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebBrowserUtil()
Method Detail |
---|
public static java.lang.String getEmbedBinaryName()
public static java.lang.String getBrowserPath()
public static boolean isDefaultBrowserMozilla()
public static java.lang.String getMozillaGreHome()
public static void enableDebugMessages(boolean b)
public static void trace(java.lang.String msg)
msg
- the given debug message.public static void nativeSetEnv()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |