Uses of Class
com.gargoylesoftware.htmlunit.javascript.background.BackgroundJavaScriptFactory

Packages that use BackgroundJavaScriptFactory
com.gargoylesoftware.htmlunit.javascript.background Classes relating to background JavaScript execution, which is usually triggered via setTimeout() or setInterval()
 

Uses of BackgroundJavaScriptFactory in com.gargoylesoftware.htmlunit.javascript.background
 

Methods in com.gargoylesoftware.htmlunit.javascript.background that return BackgroundJavaScriptFactory
static BackgroundJavaScriptFactory BackgroundJavaScriptFactory.theFactory()
          Returns the current factory.
 

Methods in com.gargoylesoftware.htmlunit.javascript.background with parameters of type BackgroundJavaScriptFactory
static void BackgroundJavaScriptFactory.setFactory(BackgroundJavaScriptFactory factory)
          Set the factory to a new one.
 



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