|
||||||||||
| 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. |
| com.gargoylesoftware.htmlunit.javascript.host.svg | Implementations of the SVG 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()
|
Window |
MessageEvent.getSource()
Retrieves the data contained. |
| Methods in com.gargoylesoftware.htmlunit.javascript.host with parameters of type Window | |
|---|---|
static NodeList |
NodeList.emptyCollection(Window window)
Gets an empty collection. |
void |
Location.initialize(Window window)
Initializes the object. |
void |
MessageEvent.initMessageEvent(String type,
boolean canBubble,
boolean cancelable,
String data,
String origin,
String lastEventId,
Window source)
Initializes an event object. |
void |
Document.setWindow(Window window)
Sets the Window JavaScript object that encloses this document. |
| Constructors in com.gargoylesoftware.htmlunit.javascript.host with parameters of type Window | |
|---|---|
Storage(Window window,
Map<String,String> store)
Constructor. |
|
| 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.getContentWindow()
Returns the window the frame contains, if any. |
| Methods in com.gargoylesoftware.htmlunit.javascript.host.html with parameters of type Window | |
|---|---|
static HTMLCollection |
HTMLCollection.emptyCollection(Window window)
Gets an empty collection. |
| Uses of Window in com.gargoylesoftware.htmlunit.javascript.host.svg |
|---|
| Constructors in com.gargoylesoftware.htmlunit.javascript.host.svg with parameters of type Window | |
|---|---|
SVGMatrix(Window scope)
Instantiates and configure scope and prototype. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||