|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WindowProxy | |
|---|---|
| com.gargoylesoftware.htmlunit.javascript.host | Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| com.gargoylesoftware.htmlunit.javascript.host.html | Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| Uses of WindowProxy in com.gargoylesoftware.htmlunit.javascript.host |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host that return WindowProxy | |
|---|---|
WindowProxy |
Window.getFrames_js()
Returns the value of the frames property. |
WindowProxy |
Window.getParent()
Returns the value of the parent property. |
static WindowProxy |
Window.getProxy(WebWindow w)
Returns the proxy for the specified window. |
WindowProxy |
Window.getSelf()
Returns the "self" property. |
WindowProxy |
Window.getWindow_js()
Returns the window property. |
WindowProxy |
Window.open(Object url,
Object name,
Object features,
Object replace)
Opens a new window. |
| Uses of WindowProxy in com.gargoylesoftware.htmlunit.javascript.host.html |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.html that return WindowProxy | |
|---|---|
WindowProxy |
HTMLFrameElement.getContentWindow()
Returns the window the frame contains, if any. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||