org.jdesktop.jdic.browser
Class WebBrowserUtil

java.lang.Object
  extended by org.jdesktop.jdic.browser.WebBrowserUtil

Deprecated. As of release 0.9 of JDIC. It was meant as an inner class, but was marked "public" due to a coding error. It will be removed in a future release.

public class WebBrowserUtil
extends java.lang.Object

Utility class for WebBrowser class.


Constructor Summary
WebBrowserUtil()
          Deprecated.  
 
Method Summary
static java.lang.String getBrowserPath()
          Deprecated.  
static java.lang.String getMozillaGreHome()
          Deprecated.  
static boolean isDefaultBrowserMozilla()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBrowserUtil

public WebBrowserUtil()
Deprecated. 
Method Detail

getBrowserPath

public static java.lang.String getBrowserPath()
Deprecated. 

Gets the native browser path.

Returns:
the path of the default browser in the current system

isDefaultBrowserMozilla

public static boolean isDefaultBrowserMozilla()
Deprecated. 

Checks if the default browser for the current platform is Mozilla.

Returns:
true on Solaris and Linux and true on Windows platform if Mozilla is set as the default browser.

getMozillaGreHome

public static java.lang.String getMozillaGreHome()
Deprecated. 

Gets the native Mozilla GRE home directory installed with a .exe package.

Returns:
the GRE home directory of the currently installed Mozilla.


Copyright © 2005 Sun Microsystems All Rights Reserved.