Uses of Class
org.htmlunit.WebWindowImpl
Packages that use WebWindowImpl
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.-
Uses of WebWindowImpl in org.htmlunit
Subclasses of WebWindowImpl in org.htmlunitModifier and TypeClassDescriptionclass
A window opened in JavaScript via eitherwindow.showModalDialog
orwindow.showModelessDialog
.class
A window representing a top level browser window.Methods in org.htmlunit with parameters of type WebWindowImplModifier and TypeMethodDescriptionvoid
WebWindowImpl.addChildWindow
(WebWindowImpl child) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.void
WebWindowImpl.removeChildWindow
(WebWindowImpl window) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. -
Uses of WebWindowImpl in org.htmlunit.html
Subclasses of WebWindowImpl in org.htmlunit.html