Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences.advanced |
Provides classes for handling advanced preferences.
|
Modifier and Type | Field and Description |
---|---|
(package private) PrefEntry |
ListListEditor.entry |
(package private) PrefEntry |
MapListEditor.entry |
(package private) PrefEntry |
ListEditor.entry |
(package private) PrefEntry |
StringEditor.entry |
Modifier and Type | Field and Description |
---|---|
protected List<PrefEntry> |
AdvancedPreference.allData |
private Comparator<PrefEntry> |
AdvancedPreference.customComparator |
protected List<PrefEntry> |
AdvancedPreference.displayData |
private List<PrefEntry> |
PreferencesTable.displayData |
Modifier and Type | Method and Description |
---|---|
PrefEntry |
PreferencesTable.addPreference(JComponent gui)
Add new preference to the table
|
Modifier and Type | Method and Description |
---|---|
List<PrefEntry> |
PreferencesTable.getSelectedItems()
The list of currently selected rows
|
private List<PrefEntry> |
AdvancedPreference.prepareData(Map<String,Preferences.Setting<?>> loaded,
Map<String,Preferences.Setting<?>> orig,
Map<String,Preferences.Setting<?>> defaults) |
Modifier and Type | Method and Description |
---|---|
int |
PrefEntry.compareTo(PrefEntry other) |
Constructor and Description |
---|
ListEditor(JComponent gui,
PrefEntry entry,
Preferences.ListSetting setting)
Constructs a new
ListEditor . |
ListListEditor(JComponent gui,
PrefEntry entry,
Preferences.ListListSetting setting)
Constructs a new
ListListEditor . |
MapListEditor(JComponent gui,
PrefEntry entry,
Preferences.MapListSetting setting) |
StringEditor(JComponent gui,
PrefEntry entry,
Preferences.StringSetting setting)
Constructs a new
StringEditor . |
Constructor and Description |
---|
PreferencesTable(List<PrefEntry> displayData)
Constructs a new
PreferencesTable . |