Class Window
- java.lang.Object
-
- de.inetsoftware.jwebassembly.web.JSObject
-
- de.inetsoftware.jwebassembly.web.dom.Window
-
public abstract class Window extends JSObject
https://developer.mozilla.org/en-US/docs/Web/API/Window
-
-
Constructor Summary
Constructors Constructor Description Window(java.lang.Object peer)
Create a Java instance as wrapper of the JavaScript object.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Document
document()
https://developer.mozilla.org/en-US/docs/Web/API/Window/document
-
-
-
Method Detail
-
document
public static Document document()
https://developer.mozilla.org/en-US/docs/Web/API/Window/document- Returns:
- the document
-
-