Uses of Class
org.openstreetmap.josm.tools.LanguageInfo.LocaleType
-
Packages that use LanguageInfo.LocaleType Package Description org.openstreetmap.josm.gui.help Help system based on an embedded web browser fetching contents from JOSM wiki.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of LanguageInfo.LocaleType in org.openstreetmap.josm.gui.help
Methods in org.openstreetmap.josm.gui.help with parameters of type LanguageInfo.LocaleType Modifier and Type Method Description static java.lang.String
HelpUtil. buildAbsoluteHelpTopic(java.lang.String topic, LanguageInfo.LocaleType type)
Replies the absolute, localized help topic for the given topic.private static java.lang.String
HelpUtil. getHelpTopicPrefix(LanguageInfo.LocaleType type)
Replies the help topic prefix for the given locale. -
Uses of LanguageInfo.LocaleType in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return LanguageInfo.LocaleType Modifier and Type Method Description static LanguageInfo.LocaleType
LanguageInfo.LocaleType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LanguageInfo.LocaleType[]
LanguageInfo.LocaleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.tools with parameters of type LanguageInfo.LocaleType Modifier and Type Method Description (package private) static java.lang.String
LanguageInfo. getWikiLanguagePrefix(java.util.Locale locale, LanguageInfo.LocaleType type)
static java.lang.String
LanguageInfo. getWikiLanguagePrefix(LanguageInfo.LocaleType type)
Replies the wiki language prefix for the given locale.
-