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 TypeClassDescriptionclassA window opened in JavaScript via eitherwindow.showModalDialogorwindow.showModelessDialog.classA window representing a top level browser window.Methods in org.htmlunit with parameters of type WebWindowImplModifier and TypeMethodDescriptionvoidWebWindowImpl.addChildWindow(WebWindowImpl child) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.voidWebWindowImpl.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