Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences.advanced |
Provides classes for handling advanced preferences.
|
Modifier and Type | Field and Description |
---|---|
private PrefEntry |
StringEditor.entry |
protected PrefEntry |
AbstractListEditor.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,Setting<?>> loaded,
java.util.Map<java.lang.String,Setting<?>> orig,
java.util.Map<java.lang.String,Setting<?>> defaults) |
Modifier and Type | Method and Description |
---|---|
int |
PrefEntry.compareTo(PrefEntry other) |
Constructor and Description |
---|
AbstractListEditor(java.awt.Component parent,
java.lang.String title,
PrefEntry entry)
Constructs a new
AbstractListEditor . |
AbstractTableListEditor(java.awt.Component parent,
java.lang.String title,
PrefEntry entry)
Constructs a new
AbstractListEditor . |
ListEditor(javax.swing.JComponent gui,
PrefEntry entry,
ListSetting setting)
Constructs a new
ListEditor . |
ListListEditor(javax.swing.JComponent gui,
PrefEntry entry,
ListListSetting setting)
Constructs a new
ListListEditor . |
MapListEditor(javax.swing.JComponent gui,
PrefEntry entry,
MapListSetting setting)
Constructs a new
MapListEditor . |
StringEditor(javax.swing.JComponent gui,
PrefEntry entry,
StringSetting setting)
Constructs a new
StringEditor . |
Constructor and Description |
---|
PreferencesTable(java.util.List<PrefEntry> displayData)
Constructs a new
PreferencesTable . |