Package | Description |
---|---|
org.openstreetmap.josm.gui.help |
Help system based on an embedded web browser fetching contents from JOSM wiki.
|
org.openstreetmap.josm.tools |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
LanguageInfo.getWikiLanguagePrefix(LanguageInfo.LocaleType type)
Replies the wiki language prefix for the given locale.
|