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 void
OpenLocationAction. remindUploadAddressHistory(HistoryComboBox cbHistory)
Remind the current history in the preferencesprotected void
OpenLocationAction. 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 HistoryComboBox
OsmIdSelectionDialog. cbId
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type HistoryComboBox Modifier and Type Method Description protected void
OsmIdSelectionDialog. remindPrimitivesHistory(HistoryComboBox cbHistory)
Remind the current history in the preferencesprotected void
OsmIdSelectionDialog. 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 HistoryComboBox
PlaceSelection. 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 HistoryComboBox
BasicUploadSettingsPanel. hcbUploadComment
the history combo box for the upload commentprivate HistoryComboBox
BasicUploadSettingsPanel. 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 HistoryComboBox
CustomProjectionChoice.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 HistoryComboBox
OverpassServerPanel. overpassServer
private HistoryComboBox
OsmApiUrlInputPanel. tfOsmServerUrl
-