Uses of Interface
com.teamdev.jxbrowser.js.JsObject
Package
Description
This package provides classes that allow you to work with the JavaScript to Java bridge.
-
Uses of JsObject in com.teamdev.jxbrowser.js
Modifier and TypeInterfaceDescriptioninterface
A JavaScript array.interface
A JavaScript array buffer.interface
Represents a JavaScript function that can be passed between Java and JavaScript as a method argument or a return value.interface
A JavaScript map.interface
A JavaScriptPromise
.interface
A JavaScript set.Modifier and TypeMethodDescription<T> T
Invokes this function on the givenobject
with the specifiedargs
.<T> CompletableFuture<T>
JsFunction.invokeAsync
(JsObject object, Object... args) Invokes this function on the givenobject
with the specifiedargs
.Converts the given JavaScript object into a JSON string.