Package | Description |
---|---|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
Modifier and Type | Method and Description |
---|---|
static ProprietaryFeature |
ProprietaryFeature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProprietaryFeature[] |
ProprietaryFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<ProprietaryFeature> |
EngineOptions.proprietaryFeatures()
Returns a set of enabled proprietary features.
|
Modifier and Type | Method and Description |
---|---|
EngineOptions.Builder |
EngineOptions.Builder.enableProprietaryFeature(ProprietaryFeature feature)
Enables the given proprietary feature for the
Engine instance. |
boolean |
EngineOptions.isProprietaryFeatureEnabled(ProprietaryFeature feature)
Indicates whether the given proprietary feature is enabled.
|