public class WindowProxy extends SimpleScriptableProxy<Window>
Window script object.| Constructor and Description |
|---|
WindowProxy(WebWindow webWindow)
|
| Modifier and Type | Method and Description |
|---|---|
Window |
getDelegee() |
void |
setParentScope(net.sourceforge.htmlunit.corejs.javascript.Scriptable parent)
Does nothing.
|
get, get, getDefaultValue, has, has, hasInstance, put, putpublic WindowProxy(WebWindow webWindow)
webWindow - the windowpublic Window getDelegee()
getDelegee in class SimpleScriptableProxy<Window>public void setParentScope(net.sourceforge.htmlunit.corejs.javascript.Scriptable parent)
setParentScope in interface net.sourceforge.htmlunit.corejs.javascript.ScriptablesetParentScope in class net.sourceforge.htmlunit.corejs.javascript.Delegatorparent - the new parent scopeCopyright © 2002–2017 Gargoyle Software Inc.. All rights reserved.