Uses of Interface
org.htmlunit.webstart.WebStartHandler
-
Packages that use WebStartHandler Package Description org.htmlunit Framework classes (contains theWebClientclass 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 WebStartHandlerWebClient. webStartHandler_Methods in org.htmlunit that return WebStartHandler Modifier and Type Method Description WebStartHandlerWebClient. getWebStartHandler()Returns the current WebStart handler.Methods in org.htmlunit with parameters of type WebStartHandler Modifier and Type Method Description voidWebClient. setWebStartHandler(WebStartHandler handler)Sets the WebStart handler.
-