Uses of Enum Class
com.teamdev.jxbrowser.engine.ProprietaryFeature
Package
Description
This package provides the classes that allow you to work with engines.
-
Uses of ProprietaryFeature in com.teamdev.jxbrowser.engine
Modifier and TypeMethodDescriptionstatic ProprietaryFeature
Returns the enum constant of this class with the specified name.static ProprietaryFeature[]
ProprietaryFeature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEngineOptions.proprietaryFeatures()
Returns a set of enabled proprietary features.Modifier and TypeMethodDescriptionEngineOptions.Builder.enableProprietaryFeature
(ProprietaryFeature feature) Enables the given proprietary feature for theEngine
instance.boolean
EngineOptions.isProprietaryFeatureEnabled
(ProprietaryFeature feature) Indicates whether the given proprietary feature is enabled.