Package org.htmlunit.javascript.host
Class WindowProxy
- java.lang.Object
-
- org.htmlunit.corejs.javascript.Delegator
-
- org.htmlunit.javascript.HtmlUnitScriptableProxy<Window>
-
- org.htmlunit.javascript.host.WindowProxy
-
- All Implemented Interfaces:
java.io.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 aWindow
script object.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private WebWindow
webWindow_
-
Constructor Summary
Constructors Constructor Description WindowProxy(WebWindow webWindow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Window
getDelegee()
void
setParentScope(org.htmlunit.corejs.javascript.Scriptable parent)
Does nothing.-
Methods inherited from class org.htmlunit.javascript.HtmlUnitScriptableProxy
get, get, getDefaultValue, has, has, hasInstance, put, put
-
-
-
-
Field Detail
-
webWindow_
private final WebWindow webWindow_
-
-
Constructor Detail
-
WindowProxy
public WindowProxy(WebWindow webWindow)
- Parameters:
webWindow
- the window
-
-
Method Detail
-
getDelegee
public Window getDelegee()
- Overrides:
getDelegee
in classorg.htmlunit.corejs.javascript.Delegator
-
setParentScope
public void setParentScope(org.htmlunit.corejs.javascript.Scriptable parent)
Does nothing.- Specified by:
setParentScope
in interfaceorg.htmlunit.corejs.javascript.Scriptable
- Overrides:
setParentScope
in classorg.htmlunit.corejs.javascript.Delegator
- Parameters:
parent
- the new parent scope
-
-