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 LanguageReturns 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 anOptionalthat contains theLanguagefor the givenlanguageandcountrycodes or an emptyOptionalif there is noLanguageassociated with the specifiedlanguageandcountrycodes.Returns anOptionalthat contains theLanguagefor the givenLocaleor an emptyOptionalif there is noLanguageassociated 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.