Uses of Interface
com.teamdev.jxbrowser.Closeable
Packages that use Closeable
Package
Description
This package provides the classes that allow you to work with browsers.
This package provides the classes that allow you to work with engines.
This package provides classes that allow you to work with the JavaScript to Java bridge.
-
Uses of Closeable in com.teamdev.jxbrowser.browser
Subinterfaces of Closeable in com.teamdev.jxbrowser.browserModifier and TypeInterfaceDescriptioninterface
A web browser control that allows loading a web page or a local HTML file, accessing DOM and executing JavaScript on the loaded web page, getting notifications about loading progress, dispatching keyboard and mouse events, etc. -
Uses of Closeable in com.teamdev.jxbrowser.engine
Subinterfaces of Closeable in com.teamdev.jxbrowser.engineModifier and TypeInterfaceDescriptioninterface
Provides access to the Chromium engine functionality. -
Uses of Closeable in com.teamdev.jxbrowser.js
Subinterfaces of Closeable in com.teamdev.jxbrowser.js