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.
|
Modifier and Type | Method and Description |
---|---|
void |
PreferencesWriter.visit(StringSetting setting) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
PreferencesTable.doAddSimple(javax.swing.JComponent gui,
PrefEntry pe,
StringSetting sSetting) |
Constructor and Description |
---|
StringEditor(javax.swing.JComponent gui,
PrefEntry entry,
StringSetting setting)
Constructs a new
StringEditor . |
Modifier and Type | Method and Description |
---|---|
StringSetting |
StringSetting.copy() |
StringSetting |
StringSetting.getNullInstance() |
Modifier and Type | Method and Description |
---|---|
void |
SettingVisitor.visit(StringSetting value)
Visitor call for
StringSetting . |