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 |
---|---|
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 . |
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 . |