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(MapListSetting setting) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
PreferencesTable.doAddMapList(javax.swing.JComponent gui,
PrefEntry pe,
MapListSetting mlSetting) |
private static boolean |
PreferencesTable.doEditMapList(javax.swing.JComponent gui,
PrefEntry e,
MapListSetting mlSetting) |
Constructor and Description |
---|
MapListEditor(javax.swing.JComponent gui,
PrefEntry entry,
MapListSetting setting)
Constructs a new
MapListEditor . |
Modifier and Type | Method and Description |
---|---|
MapListSetting |
MapListSetting.copy() |
MapListSetting |
MapListSetting.getNullInstance() |
Modifier and Type | Method and Description |
---|---|
void |
SettingVisitor.visit(MapListSetting value)
Visitor call for
MapListSetting . |