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 PrefEntryAbstractListEditor. entryprivate PrefEntryStringEditor. entryFields in org.openstreetmap.josm.gui.preferences.advanced with type parameters of type PrefEntry Modifier and Type Field Description private java.util.List<PrefEntry>AdvancedPreference. allDataprivate java.util.Comparator<PrefEntry>AdvancedPreference. customComparatorprivate java.util.List<PrefEntry>AdvancedPreference. displayDataprivate java.util.List<PrefEntry>PreferencesTable. displayDataMethods in org.openstreetmap.josm.gui.preferences.advanced that return PrefEntry Modifier and Type Method Description PrefEntryPreferencesTable. addPreference(javax.swing.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 java.util.List<PrefEntry>PreferencesTable. getSelectedItems()The list of currently selected rowsprivate 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)Methods in org.openstreetmap.josm.gui.preferences.advanced with parameters of type PrefEntry Modifier and Type Method Description intPrefEntry. compareTo(PrefEntry other)private static booleanPreferencesTable. doAddEditList(javax.swing.JComponent gui, PrefEntry pe, ListSetting lSetting)private static booleanPreferencesTable. doAddEditListList(javax.swing.JComponent gui, PrefEntry pe, ListListSetting llSetting)private static booleanPreferencesTable. doAddEditMapList(javax.swing.JComponent gui, PrefEntry pe, MapListSetting mlSetting)private static booleanPreferencesTable. doAddSimple(javax.swing.JComponent gui, PrefEntry pe, StringSetting sSetting)Constructors in org.openstreetmap.josm.gui.preferences.advanced with parameters of type PrefEntry Constructor Description AbstractListEditor(java.awt.Component parent, java.lang.String title, PrefEntry entry)Constructs a newAbstractListEditor.AbstractTableListEditor(java.awt.Component parent, java.lang.String title, PrefEntry entry)Constructs a newAbstractListEditor.ListEditor(javax.swing.JComponent gui, PrefEntry entry, ListSetting setting)Constructs a newListEditor.ListListEditor(javax.swing.JComponent gui, PrefEntry entry, ListListSetting setting)Constructs a newListListEditor.MapListEditor(javax.swing.JComponent gui, PrefEntry entry, MapListSetting setting)Constructs a newMapListEditor.StringEditor(javax.swing.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(java.util.List<PrefEntry> displayData)Constructs a newPreferencesTable.
-