Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.tags |
Provides the classes for resolving conflicts between OSM tags.
|
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.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
org.openstreetmap.josm.gui.oauth |
Provides GUI classes for handling OAuth authentication to OSM API.
|
org.openstreetmap.josm.gui.preferences.display |
Provides classes for handling display preferences.
|
org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
org.openstreetmap.josm.gui.preferences.shortcut |
Provides classes for handling shortcut preferences.
|
org.openstreetmap.josm.gui.tagging.ac |
Provides GUI classes for handling autocompletion of tags.
|
org.openstreetmap.josm.gui.tagging.presets.items |
Provides classes for handling tagging presets items.
|
org.openstreetmap.josm.gui.widgets |
Provides GUI widgets customized for JOSM needs.
|
Modifier and Type | Class and Description |
---|---|
class |
RelationMemberConflictDecisionEditor
Table cell editor for relation member conflict resolver table.
|
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<java.lang.Object> |
MultiValueCellRenderer.cbDecisionRenderer |
private JosmComboBox<RelationMemberConflictDecisionType> |
RelationMemberConflictDecisionRenderer.cbDecisionTypes |
private JosmComboBox<java.lang.Object> |
MultiValueCellEditor.editor
the combo box used as editor
|
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<PlaceSelection.Server> |
PlaceSelection.server |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<Changeset> |
ChangesetManagementPanel.cbOpenChangesets |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<CorrelateGpxWithImages.GpxDataWrapper> |
CorrelateGpxWithImages.cbGpx |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationProcedureComboBox
Combo box that lets the user choose one of the available
AuthorizationProcedure s. |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<java.lang.String> |
GPXSettingsPanel.audioWaypointLabel |
private JosmComboBox<AutoFilterRule> |
DrawingPreference.autoFilterRules |
private JosmComboBox<java.lang.String> |
GPXSettingsPanel.colorTypeHeatMapTune |
private JosmComboBox<java.lang.String> |
GPXSettingsPanel.colorTypeVelocityTune |
private JosmComboBox<javax.swing.UIManager.LookAndFeelInfo> |
LafPreference.lafCombo
ComboBox with all look and feels.
|
private JosmComboBox<java.util.Locale> |
LanguagePreference.langCombo
the combo box with the available locales
|
private JosmComboBox<java.lang.String> |
GPXSettingsPanel.waypointLabel |
Modifier and Type | Method and Description |
---|---|
private static void |
GPXSettingsPanel.updateWaypointLabelCombobox(JosmComboBox<java.lang.String> cb,
JosmTextField tf,
java.lang.String labelPattern) |
private static void |
GPXSettingsPanel.updateWaypointPattern(JosmComboBox<java.lang.String> cb,
JosmTextField tf) |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<java.lang.String> |
CommonSettingsPanel.sharpen |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<ICoordinateFormat> |
ProjectionPreference.coordinatesCombo
Combobox with all coordinate display possibilities
|
JosmComboBox<java.lang.String> |
ListProjectionChoice.CBPanel.prefcb |
private JosmComboBox<ProjectionChoice> |
ProjectionPreference.projectionCombo
Combobox with all projections available
|
private JosmComboBox<java.lang.String> |
ProjectionPreference.unitsCombo |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<java.lang.String> |
PrefJPanel.tfKey |
Modifier and Type | Class and Description |
---|---|
class |
AutoCompletingComboBox
Auto-completing ComboBox.
|
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<AutoCompletionItem> |
AutoCompletingComboBox.AutoCompletingComboBoxDocument.comboBox |
Constructor and Description |
---|
AutoCompletingComboBoxDocument(JosmComboBox<AutoCompletionItem> comboBox)
Constructs a new
AutoCompletingComboBoxDocument . |
Modifier and Type | Field and Description |
---|---|
protected JosmComboBox<ComboMultiSelect.PresetListEntry> |
Combo.combobox |
Modifier and Type | Class and Description |
---|---|
class |
HistoryComboBox
An
AutoCompletingComboBox which keeps a history |
class |
OsmPrimitiveTypesComboBox
A Combo box containing OSM primitive types (Node, Way, Relation).
|