Uses of Class
com.teamdev.jxbrowser.engine.EngineOptions
Package
Description
This package provides the classes that allow you to work with engines.
-
Uses of EngineOptions in com.teamdev.jxbrowser.engine
Modifier and TypeMethodDescriptionEngineOptions.Builder.build()
Creates anEngineOptions
instance.Engine.options()
Returns the options the current engine was initialized with.Modifier and TypeMethodDescriptionstatic Engine
Engine.newInstance
(EngineOptions options) Initializes and runs the Chromium engine with the givenoptions
.