Uses of Class
org.openstreetmap.josm.gui.widgets.HistoryComboBox
-
Packages that use HistoryComboBox Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.gui.preferences.projection Provides classes for handling projection preferences.org.openstreetmap.josm.gui.preferences.server Provides classes for handling connection preferences, including server authentication and proxy settings. -
-
Uses of HistoryComboBox in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type HistoryComboBox Modifier and Type Method Description protected voidOpenLocationAction. remindUploadAddressHistory(HistoryComboBox cbHistory)Remind the current history in the preferencesprotected voidOpenLocationAction. restoreUploadAddressHistory(HistoryComboBox cbHistory)Restore the current history from the preferences -
Uses of HistoryComboBox in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as HistoryComboBox Modifier and Type Field Description protected HistoryComboBoxOsmIdSelectionDialog. cbIdMethods in org.openstreetmap.josm.gui.dialogs with parameters of type HistoryComboBox Modifier and Type Method Description protected voidOsmIdSelectionDialog. remindPrimitivesHistory(HistoryComboBox cbHistory)Remind the current history in the preferencesprotected voidOsmIdSelectionDialog. restorePrimitivesHistory(HistoryComboBox cbHistory)Restore the current history from the preferences -
Uses of HistoryComboBox in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as HistoryComboBox Modifier and Type Field Description private HistoryComboBoxPlaceSelection. cbSearchExpression -
Uses of HistoryComboBox in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as HistoryComboBox Modifier and Type Field Description private HistoryComboBoxBasicUploadSettingsPanel. hcbUploadCommentthe history combo box for the upload commentprivate HistoryComboBoxBasicUploadSettingsPanel. hcbUploadSource -
Uses of HistoryComboBox in org.openstreetmap.josm.gui.preferences.projection
Fields in org.openstreetmap.josm.gui.preferences.projection declared as HistoryComboBox Modifier and Type Field Description private HistoryComboBoxCustomProjectionChoice.PreferencePanel. cbInput -
Uses of HistoryComboBox in org.openstreetmap.josm.gui.preferences.server
Fields in org.openstreetmap.josm.gui.preferences.server declared as HistoryComboBox Modifier and Type Field Description private HistoryComboBoxOverpassServerPanel. overpassServerprivate HistoryComboBoxOsmApiUrlInputPanel. tfOsmServerUrl
-