| Package | Description |
|---|---|
| org.openstreetmap.josm.data.preferences |
Provides the classes for storing JOSM user preferences.
|
| org.openstreetmap.josm.spi.preferences |
Service for preferences and base directory lookup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreferencesWriter
Write preferences to XML.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSetting.visit(SettingVisitor visitor) |
void |
Setting.visit(SettingVisitor visitor)
Enable usage of the visitor pattern.
|
void |
ListListSetting.visit(SettingVisitor visitor) |
void |
StringSetting.visit(SettingVisitor visitor) |
void |
MapListSetting.visit(SettingVisitor visitor) |