Uses of Class
com.teamdev.jxbrowser.engine.EngineOptions
Packages that use EngineOptions
Package
Description
This package provides the classes that allow you to work with engines.
-
Uses of EngineOptions in com.teamdev.jxbrowser.engine
Methods in com.teamdev.jxbrowser.engine that return EngineOptionsModifier and TypeMethodDescriptionEngineOptions.Builder.build()Creates anEngineOptionsinstance.Engine.options()Returns the options the current engine was initialized with.Methods in com.teamdev.jxbrowser.engine with parameters of type EngineOptionsModifier and TypeMethodDescriptionstatic EngineEngine.newInstance(EngineOptions options) Initializes and runs the Chromium engine with the givenoptions.