Uses of Enum Class
com.teamdev.jxbrowser.engine.Language
Packages that use Language
Package
Description
This package provides the classes that allow you to work with engines.
-
Uses of Language in com.teamdev.jxbrowser.engine
Methods in com.teamdev.jxbrowser.engine that return LanguageModifier and TypeMethodDescriptionEngineOptions.language()
Returns the Chromium language that is used on the default error pages and message dialogs.static Language
Returns the enum constant of this class with the specified name.static Language[]
Language.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 LanguageModifier and TypeMethodDescriptionReturns anOptional
that contains theLanguage
for the givenlanguage
andcountry
codes or an emptyOptional
if there is noLanguage
associated with the specifiedlanguage
andcountry
codes.Returns anOptional
that contains theLanguage
for the givenLocale
or an emptyOptional
if there is noLanguage
associated with the language obtained from the givenLocale
.Methods in com.teamdev.jxbrowser.engine with parameters of type LanguageModifier and TypeMethodDescriptionSets the Chromium language that is used on the default error pages and the message dialogs.