Uses of Class
org.openstreetmap.josm.spi.preferences.StringSetting
-
Packages that use StringSetting Package Description org.openstreetmap.josm.data.preferences Provides the classes for storing JOSM user preferences.org.openstreetmap.josm.gui.preferences.advanced Provides classes for handling advanced preferences.org.openstreetmap.josm.spi.preferences Service for preferences and base directory lookup. -
-
Uses of StringSetting in org.openstreetmap.josm.data.preferences
Methods in org.openstreetmap.josm.data.preferences with parameters of type StringSetting Modifier and Type Method Description void
PreferencesWriter. visit(StringSetting setting)
-
Uses of StringSetting in org.openstreetmap.josm.gui.preferences.advanced
Methods in org.openstreetmap.josm.gui.preferences.advanced with parameters of type StringSetting Modifier and Type Method Description private static boolean
PreferencesTable. doAddSimple(javax.swing.JComponent gui, PrefEntry pe, StringSetting sSetting)
Constructors in org.openstreetmap.josm.gui.preferences.advanced with parameters of type StringSetting Constructor Description StringEditor(javax.swing.JComponent gui, PrefEntry entry, StringSetting setting)
Constructs a newStringEditor
. -
Uses of StringSetting in org.openstreetmap.josm.spi.preferences
Methods in org.openstreetmap.josm.spi.preferences that return StringSetting Modifier and Type Method Description StringSetting
StringSetting. copy()
StringSetting
StringSetting. getNullInstance()
Methods in org.openstreetmap.josm.spi.preferences with parameters of type StringSetting Modifier and Type Method Description void
SettingVisitor. visit(StringSetting value)
Visitor call forStringSetting
.
-