Uses of Class
org.openstreetmap.josm.gui.preferences.SourceEditor.I18nString
-
Packages that use SourceEditor.I18nString Package Description org.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.gui.preferences.map Provides classes for handling map preferences.org.openstreetmap.josm.gui.preferences.validator Provides classes for handling validator preferences. -
-
Uses of SourceEditor.I18nString in org.openstreetmap.josm.gui.preferences
Methods in org.openstreetmap.josm.gui.preferences that return SourceEditor.I18nString Modifier and Type Method Description static SourceEditor.I18nString
SourceEditor.I18nString. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SourceEditor.I18nString[]
SourceEditor.I18nString. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.preferences with parameters of type SourceEditor.I18nString Modifier and Type Method Description protected abstract java.lang.String
SourceEditor. getStr(SourceEditor.I18nString ident)
Provide the GUI strings. -
Uses of SourceEditor.I18nString in org.openstreetmap.josm.gui.preferences.map
Methods in org.openstreetmap.josm.gui.preferences.map with parameters of type SourceEditor.I18nString Modifier and Type Method Description java.lang.String
MapPaintPreference.MapPaintSourceEditor. getStr(SourceEditor.I18nString ident)
java.lang.String
TaggingPresetPreference.TaggingPresetSourceEditor. getStr(SourceEditor.I18nString ident)
-
Uses of SourceEditor.I18nString in org.openstreetmap.josm.gui.preferences.validator
Methods in org.openstreetmap.josm.gui.preferences.validator with parameters of type SourceEditor.I18nString Modifier and Type Method Description java.lang.String
ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor. getStr(SourceEditor.I18nString ident)
-