Uses of Class
org.htmlunit.javascript.host.Window
Packages that use Window
Package
Description
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the Crypto JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the Scalable Vector Graphics JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the Web Workers JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of Window in org.htmlunit.javascript
Methods in org.htmlunit.javascript that return WindowModifier and TypeMethodDescriptionHtmlUnitScriptable.getWindow()Gets the window that is the top scope for this object.protected static WindowHtmlUnitScriptable.getWindow(org.htmlunit.corejs.javascript.Scriptable s) Gets the window that is the top scope for the specified object.Methods in org.htmlunit.javascript with parameters of type WindowModifier and TypeMethodDescriptionprivate static voidJavaScriptEngine.additionalCtor(Window window, Map<String, org.htmlunit.corejs.javascript.Scriptable> prototypesPerJSName, Method ctorMethod, String prop, String clazzName) static org.htmlunit.corejs.javascript.RhinoExceptionJavaScriptEngine.asJavaScriptException(Window window, DOMException exception) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Encapsulates the givenDOMExceptioninto a Rhino-compatible exception.private static voidJavaScriptEngine.defineConstructor(Window window, org.htmlunit.corejs.javascript.Scriptable prototype, org.htmlunit.corejs.javascript.ScriptableObject constructor) -
Uses of Window in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as WindowModifier and TypeFieldDescriptionprivate WindowLocation.window_The window which owns this location object.Methods in org.htmlunit.javascript.host that return WindowModifier and TypeMethodDescriptionWindowProxy.getDelegee()Window.getFrames_js()Returns the value of theframesproperty.Window.getSelf()Returns theselfproperty.Window.getWindow_js()Returns the window property.Methods in org.htmlunit.javascript.host with parameters of type WindowModifier and TypeMethodDescriptionvoidLocation.initialize(Window window, Page page) Initializes this Location.private static intWindowOrWorkerGlobalScopeMixin.setTimeoutIntervalImpl(Window window, Object code, int timeout, boolean isTimeout, Object[] params) Constructors in org.htmlunit.javascript.host with parameters of type Window -
Uses of Window in org.htmlunit.javascript.host.crypto
Constructors in org.htmlunit.javascript.host.crypto with parameters of type Window -
Uses of Window in org.htmlunit.javascript.host.dom
Fields in org.htmlunit.javascript.host.dom declared as WindowMethods in org.htmlunit.javascript.host.dom with parameters of type WindowModifier and TypeMethodDescriptionvoidSets the Window JavaScript object that encloses this document.private static org.htmlunit.corejs.javascript.ScriptableDocument.staticGetPrototype(Window window, Class<? extends HtmlUnitScriptable> javaScriptClass) -
Uses of Window in org.htmlunit.javascript.host.event
Fields in org.htmlunit.javascript.host.event declared as WindowMethods in org.htmlunit.javascript.host.event that return WindowMethods in org.htmlunit.javascript.host.event with parameters of type Window -
Uses of Window in org.htmlunit.javascript.host.svg
Constructors in org.htmlunit.javascript.host.svg with parameters of type Window -
Uses of Window in org.htmlunit.javascript.host.worker
Fields in org.htmlunit.javascript.host.worker declared as WindowConstructors in org.htmlunit.javascript.host.worker with parameters of type Window