JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.teamdev.jxbrowser.js.JsMap
Packages that use
JsMap
Package
Description
com.teamdev.jxbrowser.js
This package provides classes that allow you to work with the JavaScript to Java bridge.
Uses of
JsMap
in
com.teamdev.jxbrowser.js
Methods in
com.teamdev.jxbrowser.js
that return
JsMap
Modifier and Type
Method
Description
JsMap
JsMap.
set
(
Object
key,
Object
value)
Associates the specified
key
with the specified
value
.