Uses of Interface
org.htmlunit.webstart.WebStartHandler
-
Packages that use WebStartHandler Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of WebStartHandler in org.htmlunit
Fields in org.htmlunit declared as WebStartHandler Modifier and Type Field Description private WebStartHandler
WebClient. webStartHandler_
Methods in org.htmlunit that return WebStartHandler Modifier and Type Method Description WebStartHandler
WebClient. getWebStartHandler()
Returns the current WebStart handler.Methods in org.htmlunit with parameters of type WebStartHandler Modifier and Type Method Description void
WebClient. setWebStartHandler(WebStartHandler handler)
Sets the WebStart handler.
-