Uses of Class
org.openstreetmap.josm.gui.preferences.SourceEditor.I18nString

Packages that use SourceEditor.I18nString
org.openstreetmap.josm.gui.preferences   
org.openstreetmap.josm.gui.preferences.map   
 

Uses of SourceEditor.I18nString in org.openstreetmap.josm.gui.preferences
 

Methods in org.openstreetmap.josm.gui.preferences that return SourceEditor.I18nString
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
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
 java.lang.String MapPaintPreference.MapPaintSourceEditor.getStr(SourceEditor.I18nString ident)
           
 java.lang.String TaggingPresetPreference.TaggingPresetSourceEditor.getStr(SourceEditor.I18nString ident)
           
 



JOSM