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