Uses of Class
org.openstreetmap.josm.gui.preferences.advanced.PrefEntry
-
Packages that use PrefEntry Package Description org.openstreetmap.josm.gui.preferences.advanced Provides classes for handling advanced preferences. -
-
Uses of PrefEntry in org.openstreetmap.josm.gui.preferences.advanced
Fields in org.openstreetmap.josm.gui.preferences.advanced declared as PrefEntry Modifier and Type Field Description protected PrefEntry
AbstractListEditor. entry
private PrefEntry
StringEditor. entry
Fields in org.openstreetmap.josm.gui.preferences.advanced with type parameters of type PrefEntry Modifier and Type Field Description private List<PrefEntry>
AdvancedPreference. allData
private Comparator<PrefEntry>
AdvancedPreference. customComparator
private List<PrefEntry>
AdvancedPreference. displayData
private List<PrefEntry>
PreferencesTable. displayData
Methods in org.openstreetmap.josm.gui.preferences.advanced that return PrefEntry Modifier and Type Method Description PrefEntry
PreferencesTable. addPreference(JComponent gui)
Add new preference to the tableMethods in org.openstreetmap.josm.gui.preferences.advanced that return types with arguments of type PrefEntry Modifier and Type Method Description List<PrefEntry>
PreferencesTable. getSelectedItems()
The list of currently selected rowsprivate List<PrefEntry>
AdvancedPreference. prepareData(Map<String,Setting<?>> loaded, Map<String,Setting<?>> orig, Map<String,Setting<?>> defaults)
Methods in org.openstreetmap.josm.gui.preferences.advanced with parameters of type PrefEntry Modifier and Type Method Description int
PrefEntry. compareTo(PrefEntry other)
private static boolean
PreferencesTable. doAddEditList(JComponent gui, PrefEntry pe, ListSetting lSetting)
private static boolean
PreferencesTable. doAddEditListList(JComponent gui, PrefEntry pe, ListListSetting llSetting)
private static boolean
PreferencesTable. doAddEditMapList(JComponent gui, PrefEntry pe, MapListSetting mlSetting)
private static boolean
PreferencesTable. doAddSimple(JComponent gui, PrefEntry pe, StringSetting sSetting)
Constructors in org.openstreetmap.josm.gui.preferences.advanced with parameters of type PrefEntry Constructor Description AbstractListEditor(Component parent, String title, PrefEntry entry)
Constructs a newAbstractListEditor
.AbstractTableListEditor(Component parent, String title, PrefEntry entry)
Constructs a newAbstractListEditor
.ListEditor(JComponent gui, PrefEntry entry, ListSetting setting)
Constructs a newListEditor
.ListListEditor(JComponent gui, PrefEntry entry, ListListSetting setting)
Constructs a newListListEditor
.MapListEditor(JComponent gui, PrefEntry entry, MapListSetting setting)
Constructs a newMapListEditor
.StringEditor(JComponent gui, PrefEntry entry, StringSetting setting)
Constructs a newStringEditor
.Constructor parameters in org.openstreetmap.josm.gui.preferences.advanced with type arguments of type PrefEntry Constructor Description PreferencesTable(List<PrefEntry> displayData)
Constructs a newPreferencesTable
.
-