Uses of Interface
com.teamdev.jxbrowser.engine.Engine
Packages that use Engine
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.
The engine events.
Contains interfaces for working with Chromium profiles.
-
Uses of Engine in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser that return Engine -
Uses of Engine in com.teamdev.jxbrowser.engine
Methods in com.teamdev.jxbrowser.engine that return EngineModifier and TypeMethodDescriptionEngineService.engine()
Returns the engine of this service.static Engine
Engine.newInstance
(EngineOptions options) Initializes and runs the Chromium engine with the givenoptions
.static Engine
Engine.newInstance
(RenderingMode renderingMode) Initializes and runs the Chromium engine in the givenrenderingMode
. -
Uses of Engine in com.teamdev.jxbrowser.engine.event
Methods in com.teamdev.jxbrowser.engine.event that return Engine -
Uses of Engine in com.teamdev.jxbrowser.profile
Methods in com.teamdev.jxbrowser.profile that return Engine