Package | Description |
---|---|
com.teamdev.jxbrowser.browser.event |
This package provides the classes that allow you to work with browser events.
|
com.teamdev.jxbrowser.frame |
This package provides the classes that allow you to work with frames in browser.
|
com.teamdev.jxbrowser.js |
This package provides classes that allow you to work with the JavaScript to Java bridge.
|
Class and Description |
---|
ConsoleMessage
A JavaScript console message.
|
Class and Description |
---|
Json
A helper class that allows converting JavaScript objects into a JSON string and creating
JavaScript objects from a JSON string.
|
Class and Description |
---|
ConsoleMessageLevel
Console message levels.
|
JsAccessible
This annotation allows exposing methods and fields of an injected Java object to JavaScript.
|
JsFunctionCallback
Represents a Java function that can be invoked from JavaScript.
|
JsMap
A JavaScript map.
|
JsObject
A JavaScript object.
|
JsPromise
A JavaScript
Promise . |
JsPromiseHandler
A
JsFunctionCallback that is used as a JavaScript Promise handler. |
JsSet
A JavaScript set.
|