Uses of Interface
com.teamdev.jxbrowser.js.JsObject
Packages that use 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
Subinterfaces of JsObject in com.teamdev.jxbrowser.jsModifier and TypeInterfaceDescriptioninterfaceA JavaScript array.interfaceA JavaScript array buffer.interfaceRepresents a JavaScript function that can be passed between Java and JavaScript as a method argument or a return value.interfaceA JavaScript map.interfaceA JavaScriptPromise.interfaceA JavaScript set.Methods in com.teamdev.jxbrowser.js with parameters of type JsObjectModifier and TypeMethodDescription<T> TInvokes this function on the givenobjectwith the specifiedargs.<T> CompletableFuture<T>JsFunction.invokeAsync(JsObject object, Object... args) Invokes this function on the givenobjectwith the specifiedargs.Converts the given JavaScript object into a JSON string.