| Package | Description |
|---|---|
| org.openstreetmap.josm.data | |
| org.openstreetmap.josm.gui.preferences.advanced |
Provides classes for handling advanced preferences.
|
| Modifier and Type | Method and Description |
|---|---|
Preferences.StringSetting |
Preferences.StringSetting.copy() |
Preferences.StringSetting |
Preferences.StringSetting.getNullInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
Preferences.SettingVisitor.visit(Preferences.StringSetting setting) |
void |
Preferences.SettingToXml.visit(Preferences.StringSetting setting) |
| Constructor and Description |
|---|
StringEditor(javax.swing.JComponent gui,
PrefEntry entry,
Preferences.StringSetting setting)
Constructs a new
StringEditor. |