Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.tags | |
org.openstreetmap.josm.gui.download | |
org.openstreetmap.josm.gui.io | |
org.openstreetmap.josm.gui.layer.geoimage | |
org.openstreetmap.josm.gui.oauth | |
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 | |
org.openstreetmap.josm.gui.tagging.ac | |
org.openstreetmap.josm.gui.widgets |
Modifier and Type | Class and Description |
---|---|
class |
RelationMemberConflictDecisionEditor |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<Object> |
MultiValueCellRenderer.cbDecisionRenderer |
private JosmComboBox<RelationMemberConflictDecisionType> |
RelationMemberConflictDecisionRenderer.cbDecisionTypes |
private JosmComboBox<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 |
---|---|
(package private) JosmComboBox<CorrelateGpxWithImages.GpxDataWrapper> |
CorrelateGpxWithImages.cbGpx |
(package private) JosmComboBox<String> |
CorrelateGpxWithImages.SetOffsetActionListener.cbTimezones |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationProcedureComboBox |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<String> |
GPXSettingsPanel.audioWaypointLabel |
private JosmComboBox<String> |
GPXSettingsPanel.colorTypeVelocityTune |
private JosmComboBox<UIManager.LookAndFeelInfo> |
LafPreference.lafCombo
ComboBox with all look and feels.
|
private JosmComboBox<Locale> |
LanguagePreference.langCombo
the combo box with the available locales
|
private JosmComboBox<String> |
GPXSettingsPanel.waypointLabel |
Modifier and Type | Method and Description |
---|---|
private void |
GPXSettingsPanel.updateWaypointLabelCombobox(JosmComboBox<String> cb,
JosmTextField tf,
Marker.TemplateEntryProperty property) |
private void |
GPXSettingsPanel.updateWaypointPattern(JosmComboBox<String> cb,
JosmTextField tf) |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<String> |
WMSSettingsPanel.browser |
private JosmComboBox<String> |
CommonSettingsPanel.sharpen |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<CoordinateFormat> |
ProjectionPreference.coordinatesCombo
Combobox with all coordinate display possibilities
|
JosmComboBox<String> |
ListProjectionChoice.CBPanel.prefcb |
private JosmComboBox<ProjectionChoice> |
ProjectionPreference.projectionCombo
Combobox with all projections available
|
private JosmComboBox<String> |
ProjectionPreference.unitsCombo |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<String> |
PrefJPanel.tfKey |
Modifier and Type | Field and Description |
---|---|
protected JosmComboBox<TaggingPresetItems.PresetListEntry> |
TaggingPresetItems.Combo.combo |
Modifier and Type | Class and Description |
---|---|
class |
AutoCompletingComboBox
Auto-completing ComboBox.
|
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<AutoCompletionListItem> |
AutoCompletingComboBox.AutoCompletingComboBoxDocument.comboBox |
Constructor and Description |
---|
AutoCompletingComboBox.AutoCompletingComboBoxDocument(JosmComboBox<AutoCompletionListItem> comboBox)
Constructs a new
AutoCompletingComboBoxDocument . |
Modifier and Type | Class and Description |
---|---|
class |
HistoryComboBox |
class |
OsmPrimitiveTypesComboBox
A Combo box containing OSM primitive types (Node, Way, Relation).
|