| 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(ListListSetting setting) |
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
PreferencesTable.doAddListList(javax.swing.JComponent gui,
PrefEntry pe,
ListListSetting llSetting) |
private static boolean |
PreferencesTable.doEditListList(javax.swing.JComponent gui,
PrefEntry e,
ListListSetting llSetting) |
| Constructor and Description |
|---|
ListListEditor(javax.swing.JComponent gui,
PrefEntry entry,
ListListSetting setting)
Constructs a new
ListListEditor. |
| Modifier and Type | Method and Description |
|---|---|
ListListSetting |
ListListSetting.copy() |
static ListListSetting |
ListListSetting.create(java.util.Collection<java.util.Collection<java.lang.String>> value)
Convenience factory method.
|
ListListSetting |
ListListSetting.getNullInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
SettingVisitor.visit(ListListSetting value)
Visitor call for
ListListSetting. |