Uses of Interface
com.teamdev.jxbrowser.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
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Provides access to the Chromium engine functionality. -
Uses of Closeable in com.teamdev.jxbrowser.js