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 |
---|---|
MapListSetting |
MapListSetting.copy() |
MapListSetting |
MapListSetting.getNullInstance() |
Modifier and Type | Method and Description |
---|---|
void |
SettingVisitor.visit(MapListSetting value)
Visitor call for
MapListSetting . |
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 . |