Uses of Enum Class
com.teamdev.jxbrowser.engine.ProprietaryFeature
Packages that use ProprietaryFeature
Package
Description
This package provides the classes that allow you to work with engines.
-
Uses of ProprietaryFeature in com.teamdev.jxbrowser.engine
Methods in com.teamdev.jxbrowser.engine that return ProprietaryFeatureModifier and TypeMethodDescriptionstatic ProprietaryFeatureReturns 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.Methods in com.teamdev.jxbrowser.engine that return types with arguments of type ProprietaryFeatureModifier and TypeMethodDescriptionEngineOptions.proprietaryFeatures()Returns a set of enabled proprietary features.Methods in com.teamdev.jxbrowser.engine with parameters of type ProprietaryFeatureModifier and TypeMethodDescriptionEngineOptions.Builder.enableProprietaryFeature(ProprietaryFeature feature) Enables the given proprietary feature for theEngineinstance.booleanEngineOptions.isProprietaryFeatureEnabled(ProprietaryFeature feature) Indicates whether the given proprietary feature is enabled.