Uses of Class
com.gargoylesoftware.htmlunit.BrowserVersion

Packages that use BrowserVersion
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
com.gargoylesoftware.htmlunit.activex.javascript.msxml Implementations of the MSXML's (ActiveX) JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
com.gargoylesoftware.htmlunit.javascript Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't need anything in this package. 
com.gargoylesoftware.htmlunit.javascript.configuration Classes in this package are specific for the javascript engine - users of HtmlUnit shouldn't need anything in this package. 
com.gargoylesoftware.htmlunit.javascript.host.css Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
com.gargoylesoftware.htmlunit.javascript.regexp This package contains improvement to Rhino native RegExp based on JDK 1.4 regular expression support. 
 

Uses of BrowserVersion in com.gargoylesoftware.htmlunit
 

Fields in com.gargoylesoftware.htmlunit declared as BrowserVersion
static BrowserVersion BrowserVersion.CHROME
          Latest Chrome.
static BrowserVersion BrowserVersion.FIREFOX_17
          Deprecated. as of 2.14
static BrowserVersion BrowserVersion.FIREFOX_24
          Firefox 24 ESR.
static BrowserVersion BrowserVersion.INTERNET_EXPLORER_11
          Internet Explorer 11.
static BrowserVersion BrowserVersion.INTERNET_EXPLORER_8
          Deprecated. as of 2.14
static BrowserVersion BrowserVersion.INTERNET_EXPLORER_9
          Deprecated. as of 2.14
 

Methods in com.gargoylesoftware.htmlunit that return BrowserVersion
 BrowserVersion BrowserVersion.clone()
          Creates and return a copy of this object.
 BrowserVersion WebClient.getBrowserVersion()
          Returns the current browser version.
static BrowserVersion BrowserVersion.getDefault()
          Returns the default browser version that is used whenever a specific version isn't specified.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type BrowserVersion
static void BrowserVersion.setDefault(BrowserVersion newBrowserVersion)
          Sets the default browser version that is used whenever a specific version isn't specified.
 

Constructors in com.gargoylesoftware.htmlunit with parameters of type BrowserVersion
WebClient(BrowserVersion browserVersion)
          Creates a web client instance using the specified BrowserVersion.
WebClient(BrowserVersion browserVersion, String proxyHost, int proxyPort)
          Creates an instance that will use the specified BrowserVersion and proxy server.
 

Uses of BrowserVersion in com.gargoylesoftware.htmlunit.activex.javascript.msxml
 

Methods in com.gargoylesoftware.htmlunit.activex.javascript.msxml with parameters of type BrowserVersion
static MSXMLConfiguration MSXMLConfiguration.getInstance(BrowserVersion browserVersion)
          Returns the instance that represents the configuration for the specified BrowserVersion.
 void MSXMLActiveXObjectFactory.init(BrowserVersion browserVersion)
          Initializes the factory.
 

Constructors in com.gargoylesoftware.htmlunit.activex.javascript.msxml with parameters of type BrowserVersion
MSXMLJavaScriptEnvironment(BrowserVersion browserVersion)
          Creates an instance for the given BrowserVersion.
 

Uses of BrowserVersion in com.gargoylesoftware.htmlunit.javascript
 

Methods in com.gargoylesoftware.htmlunit.javascript that return BrowserVersion
 BrowserVersion SimpleScriptable.getBrowserVersion()
          Gets the browser version currently used.
 

Uses of BrowserVersion in com.gargoylesoftware.htmlunit.javascript.configuration
 

Methods in com.gargoylesoftware.htmlunit.javascript.configuration with parameters of type BrowserVersion
static JavaScriptConfiguration JavaScriptConfiguration.getInstance(BrowserVersion browserVersion)
          Returns the instance that represents the configuration for the specified BrowserVersion.
 

Constructors in com.gargoylesoftware.htmlunit.javascript.configuration with parameters of type BrowserVersion
AbstractJavaScriptConfiguration(BrowserVersion browser)
          Constructor is only called from #getInstance(BrowserVersion) which is synchronized.
JavaScriptConfiguration(BrowserVersion browser)
          Constructor is only called from JavaScriptConfiguration.getInstance(BrowserVersion) which is synchronized.
 

Uses of BrowserVersion in com.gargoylesoftware.htmlunit.javascript.host.css
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.css with parameters of type BrowserVersion
static boolean CSSStyleSheet.selects(BrowserVersion browserVersion, org.w3c.css.sac.Selector selector, DomElement element)
          Returns true if the specified selector selects the specified element.
 

Uses of BrowserVersion in com.gargoylesoftware.htmlunit.javascript.regexp
 

Constructors in com.gargoylesoftware.htmlunit.javascript.regexp with parameters of type BrowserVersion
HtmlUnitRegExpProxy(net.sourceforge.htmlunit.corejs.javascript.RegExpProxy wrapped, BrowserVersion browserVersion)
          Wraps a proxy to enhance it.
 



Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.