Introduction
Installation
Guides
- Engine
- Profile
- Browser
- BrowserView
- Navigation
- Content
- DOM
- JavaScript
- Pop-ups
- Dialogs
- Downloads
- Network
- Cache
- Cookies
- Proxy
- Authentication
- Plugins
- Printing
- Passwords
- User Data Profiles
- Credit Cards
- Media
- Zoom
- Spell Checker
- Deployment
- Chromium
Troubleshooting
Migration
In this migration guide we describe the changes in the API between 7.19 and 7.20.
JavaScript
Calling Java from JavaScript
In 7.20 the @JsAccessible
annotation can be used with both Java classes and interfaces. We had to rename the following classes:
com.teamdev.jxbrowser.js.JsAccessibleClasses
->com.teamdev.jxbrowser.js.JsAccessibleTypes
com.teamdev.jxbrowser.js.ClassNotPublicException
->com.teamdev.jxbrowser.js.TypeNotPublicException
com.teamdev.jxbrowser.js.NotClassException
->com.teamdev.jxbrowser.js.NotSupportedTypeException