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