com.gargoylesoftware.htmlunit.javascript.host
Class WindowProxy

java.lang.Object
  extended by net.sourceforge.htmlunit.corejs.javascript.Delegator
      extended by com.gargoylesoftware.htmlunit.javascript.SimpleScriptableProxy<Window>
          extended by com.gargoylesoftware.htmlunit.javascript.host.WindowProxy
All Implemented Interfaces:
ScriptableWithFallbackGetter, Serializable, net.sourceforge.htmlunit.corejs.javascript.Callable, net.sourceforge.htmlunit.corejs.javascript.Function, net.sourceforge.htmlunit.corejs.javascript.Scriptable

public class WindowProxy
extends SimpleScriptableProxy<Window>

Proxy for a Window script object.

Version:
$Revision: 5564 $
Author:
Marc Guillemot
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.htmlunit.corejs.javascript.Delegator
obj
 
Fields inherited from interface net.sourceforge.htmlunit.corejs.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
WindowProxy(WebWindow webWindow)
          Construct a proxy for the Window of the WebWindow.
 
Method Summary
 Window getDelegee()
          
 
Methods inherited from class com.gargoylesoftware.htmlunit.javascript.SimpleScriptableProxy
get, get, getWithFallback, has, has, hasInstance, put, put
 
Methods inherited from class net.sourceforge.htmlunit.corejs.javascript.Delegator
call, construct, delete, delete, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, newInstance, setDelegee, setParentScope, setPrototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.htmlunit.corejs.javascript.Scriptable
delete, delete, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, setParentScope, setPrototype
 

Constructor Detail

WindowProxy

public WindowProxy(WebWindow webWindow)
Construct a proxy for the Window of the WebWindow.

Parameters:
webWindow - the window
Method Detail

getDelegee

public Window getDelegee()

Specified by:
getDelegee in class SimpleScriptableProxy<Window>


Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.