Uses of Class
org.openstreetmap.josm.gui.widgets.JosmComboBoxModel.Preferences
-
Packages that use JosmComboBoxModel.Preferences Package Description org.openstreetmap.josm.actions.search Provides the classes for JOSMsearch action.org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of JosmComboBoxModel.Preferences in org.openstreetmap.josm.actions.search
Fields in org.openstreetmap.josm.actions.search declared as JosmComboBoxModel.Preferences Modifier and Type Field Description private static JosmComboBoxModel.PreferencesSearchAction. prefspreferences reader/writer with automatic transmogrification to and from String -
Uses of JosmComboBoxModel.Preferences in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as JosmComboBoxModel.Preferences Modifier and Type Field Description private JosmComboBoxModel.PreferencesOverpassQueryWizardDialog. prefspreferences reader/writer with automatic transmogrification to and from String -
Uses of JosmComboBoxModel.Preferences in org.openstreetmap.josm.gui.widgets
Methods in org.openstreetmap.josm.gui.widgets that return JosmComboBoxModel.Preferences Modifier and Type Method Description JosmComboBoxModel.PreferencesHistoryComboBoxModel. prefs()Gets a preference loader and saver for this model.JosmComboBoxModel.PreferencesJosmComboBoxModel. prefs(java.util.function.Function<java.lang.String,E> readE, java.util.function.Function<E,java.lang.String> writeE)Gets a preference loader and saver.
-