|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Window | |
---|---|
com.gargoylesoftware.htmlunit.javascript | Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't need anything in this package. |
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.css | Implementations of the CSS 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 Window in com.gargoylesoftware.htmlunit.javascript |
---|
Methods in com.gargoylesoftware.htmlunit.javascript that return Window | |
---|---|
Window |
SimpleScriptable.getWindow()
Gets the window that is the top scope for this object. |
protected static Window |
SimpleScriptable.getWindow(net.sourceforge.htmlunit.corejs.javascript.Scriptable s)
Gets the window that is the top scope for the specified object. |
Uses of Window in com.gargoylesoftware.htmlunit.javascript.host |
---|
Methods in com.gargoylesoftware.htmlunit.javascript.host that return Window | |
---|---|
Window |
WindowProxy.getDelegee()
|
Methods in com.gargoylesoftware.htmlunit.javascript.host with parameters of type Window | |
---|---|
void |
Location.initialize(Window window)
Initializes the object. |
void |
Document.setWindow(Window window)
Sets the Window JavaScript object that encloses this document. |
Uses of Window in com.gargoylesoftware.htmlunit.javascript.host.css |
---|
Methods in com.gargoylesoftware.htmlunit.javascript.host.css with parameters of type Window | |
---|---|
static CSSStyleSheet |
CSSStyleSheet.loadStylesheet(Window window,
HTMLElement element,
HtmlLink link,
String url)
Loads the stylesheet at the specified link or href. |
Uses of Window in com.gargoylesoftware.htmlunit.javascript.host.html |
---|
Methods in com.gargoylesoftware.htmlunit.javascript.host.html that return Window | |
---|---|
Window |
HTMLIFrameElement.jsxGet_contentWindow()
Returns the window the frame contains, if any. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |