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 else
|
org.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OpenLocationAction.remindUploadAddressHistory(HistoryComboBox cbHistory)
Remind the current history in the preferences
|
protected void |
OpenLocationAction.restoreUploadAddressHistory(HistoryComboBox cbHistory)
Restore the current history from the preferences
|
Modifier and Type | Field and Description |
---|---|
protected HistoryComboBox |
OsmIdSelectionDialog.cbId |
private HistoryComboBox |
SearchDialog.SearchKeywordRow.hcb |
private HistoryComboBox |
SearchDialog.hcbSearchString |
Modifier and Type | Method and Description |
---|---|
private static javax.swing.JPanel |
SearchDialog.buildHintsSection(HistoryComboBox hcbSearchString,
boolean expertMode) |
protected void |
OsmIdSelectionDialog.remindPrimitivesHistory(HistoryComboBox cbHistory)
Remind the current history in the preferences
|
protected void |
OsmIdSelectionDialog.restorePrimitivesHistory(HistoryComboBox cbHistory)
Restore the current history from the preferences
|
Constructor and Description |
---|
SearchKeywordRow(HistoryComboBox hcb) |
Modifier and Type | Field and Description |
---|---|
private HistoryComboBox |
PlaceSelection.cbSearchExpression |
private HistoryComboBox |
OverpassQueryWizardDialog.queryWizard |
Modifier and Type | Field and Description |
---|---|
private HistoryComboBox |
BasicUploadSettingsPanel.ChangesetCommentChangeListener.destination |
private HistoryComboBox |
BasicUploadSettingsPanel.HistoryComboBoxKeyAdapter.hcb |
private HistoryComboBox |
BasicUploadSettingsPanel.hcbUploadComment
the history combo box for the upload comment
|
private HistoryComboBox |
BasicUploadSettingsPanel.hcbUploadSource |
private HistoryComboBox |
BasicUploadSettingsPanel.CommentModelListener.source |
Modifier and Type | Method and Description |
---|---|
private static void |
BasicUploadSettingsPanel.populateHistoryComboBox(HistoryComboBox hcb,
java.lang.String historyKey,
java.util.List<java.lang.String> defaultValues) |
void |
BasicUploadSettingsPanel.setHistoryComboBoxDownFocusTraversalHandler(javax.swing.Action handler,
HistoryComboBox hcb) |
private static void |
BasicUploadSettingsPanel.updateModelIfFocused(HistoryComboBox hcb,
ChangesetCommentModel changesetModel) |
Constructor and Description |
---|
ChangesetCommentChangeListener(HistoryComboBox destination) |
CommentModelListener(HistoryComboBox source,
ChangesetCommentModel destination) |
HistoryComboBoxKeyAdapter(HistoryComboBox hcb,
javax.swing.Action handler) |
Modifier and Type | Field and Description |
---|---|
private HistoryComboBox |
CustomProjectionChoice.PreferencePanel.cbInput |
Modifier and Type | Field and Description |
---|---|
private HistoryComboBox |
OverpassServerPreference.overpassServer |
private HistoryComboBox |
OsmApiUrlInputPanel.tfOsmServerUrl |