Uses of Class
org.openstreetmap.josm.gui.widgets.HistoryComboBox

Packages that use HistoryComboBox
org.openstreetmap.josm.actions   
org.openstreetmap.josm.actions.search   
org.openstreetmap.josm.gui.download   
org.openstreetmap.josm.gui.io   
org.openstreetmap.josm.gui.preferences.projection   
 

Uses of HistoryComboBox in org.openstreetmap.josm.actions
 

Methods in org.openstreetmap.josm.actions with parameters of type HistoryComboBox
protected  void DownloadPrimitiveAction.remindPrimitivesHistory(HistoryComboBox cbHistory)
          Remind the current history in the preferences
protected  void OpenLocationAction.remindUploadAddressHistory(HistoryComboBox cbHistory)
          Remind the current history in the preferences
protected  void DownloadPrimitiveAction.restorePrimitivesHistory(HistoryComboBox cbHistory)
          Restore the current history from the preferences
protected  void OpenLocationAction.restoreUploadAddressHistory(HistoryComboBox cbHistory)
          Restore the current history from the preferences
 

Uses of HistoryComboBox in org.openstreetmap.josm.actions.search
 

Fields in org.openstreetmap.josm.actions.search declared as HistoryComboBox
private  HistoryComboBox SearchAction.SearchKeywordRow.hcb
           
 

Methods in org.openstreetmap.josm.actions.search with parameters of type HistoryComboBox
private static void SearchAction.buildHintsNew(javax.swing.JPanel right, HistoryComboBox hcbSearchString)
           
 

Constructors in org.openstreetmap.josm.actions.search with parameters of type HistoryComboBox
SearchAction.SearchKeywordRow(HistoryComboBox hcb)
           
 

Uses of HistoryComboBox in org.openstreetmap.josm.gui.download
 

Fields in org.openstreetmap.josm.gui.download declared as HistoryComboBox
private  HistoryComboBox PlaceSelection.cbSearchExpression
           
 

Uses of HistoryComboBox in org.openstreetmap.josm.gui.io
 

Fields in org.openstreetmap.josm.gui.io declared as HistoryComboBox
private  HistoryComboBox BasicUploadSettingsPanel.hcbUploadComment
          the history combo box for the upload comment
 

Uses of HistoryComboBox in org.openstreetmap.josm.gui.preferences.projection
 

Fields in org.openstreetmap.josm.gui.preferences.projection declared as HistoryComboBox
private  HistoryComboBox CustomProjectionChoice.PreferencePanel.cbInput
           
 



JOSM