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