Class WindowProxy

java.lang.Object
org.htmlunit.corejs.javascript.Delegator
org.htmlunit.javascript.HtmlUnitScriptableProxy<Window>
org.htmlunit.javascript.host.WindowProxy
All Implemented Interfaces:
Serializable, org.htmlunit.corejs.javascript.Callable, org.htmlunit.corejs.javascript.Constructable, org.htmlunit.corejs.javascript.Function, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class WindowProxy extends HtmlUnitScriptableProxy<Window>
Proxy for a Window script object.
See Also:
  • Field Details

    • webWindow_

      private final WebWindow webWindow_
  • Constructor Details

    • WindowProxy

      public WindowProxy(WebWindow webWindow)
      Construct a proxy for the Window of the WebWindow.
      Parameters:
      webWindow - the window
  • Method Details

    • getDelegee

      public Window getDelegee()
      Overrides:
      getDelegee in class org.htmlunit.corejs.javascript.Delegator
    • setParentScope

      public void setParentScope(org.htmlunit.corejs.javascript.Scriptable parent)
      Does nothing.
      Specified by:
      setParentScope in interface org.htmlunit.corejs.javascript.Scriptable
      Overrides:
      setParentScope in class org.htmlunit.corejs.javascript.Delegator
      Parameters:
      parent - the new parent scope