Uses of Class
org.openstreetmap.josm.gui.widgets.JosmComboBoxModel
-
Packages that use JosmComboBoxModel Package Description org.openstreetmap.josm.gui.conflict.pair Provides the classes for displaying conflicts as pair of lists.org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags.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 geotagged pictures.org.openstreetmap.josm.gui.preferences.display Provides classes for handling display preferences.org.openstreetmap.josm.gui.tagging.ac Provides GUI classes for handling autocompletion of tags.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of JosmComboBoxModel in org.openstreetmap.josm.gui.conflict.pair
Subclasses of JosmComboBoxModel in org.openstreetmap.josm.gui.conflict.pair Modifier and Type Class Description class
AbstractListMergeModel.ComparePairListModel
A model forComparePairType
with the enums added as options. -
Uses of JosmComboBoxModel in org.openstreetmap.josm.gui.conflict.tags
Fields in org.openstreetmap.josm.gui.conflict.tags declared as JosmComboBoxModel Modifier and Type Field Description private JosmComboBoxModel<java.lang.Object>
MultiValueCellEditor. editorModel
private JosmComboBoxModel<java.lang.Object>
MultiValueCellRenderer. model
-
Uses of JosmComboBoxModel in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as JosmComboBoxModel Modifier and Type Field Description private JosmComboBoxModel<Changeset>
ChangesetManagementPanel. model
Methods in org.openstreetmap.josm.gui.io that return JosmComboBoxModel Modifier and Type Method Description JosmComboBoxModel<Changeset>
ChangesetManagementPanel. getModel()
Returns the model in use. -
Uses of JosmComboBoxModel in org.openstreetmap.josm.gui.layer.geoimage
Fields in org.openstreetmap.josm.gui.layer.geoimage declared as JosmComboBoxModel Modifier and Type Field Description private static JosmComboBoxModel<CorrelateGpxWithImages.GpxDataWrapper>
CorrelateGpxWithImages. gpxModel
-
Uses of JosmComboBoxModel in org.openstreetmap.josm.gui.preferences.display
Subclasses of JosmComboBoxModel in org.openstreetmap.josm.gui.preferences.display Modifier and Type Class Description private static class
LanguagePreference.LanguageComboBoxModel
-
Uses of JosmComboBoxModel in org.openstreetmap.josm.gui.tagging.ac
Subclasses of JosmComboBoxModel in org.openstreetmap.josm.gui.tagging.ac Modifier and Type Class Description class
AutoCompComboBoxModel<E>
A data model for theAutoCompComboBox
-
Uses of JosmComboBoxModel in org.openstreetmap.josm.gui.widgets
Subclasses of JosmComboBoxModel in org.openstreetmap.josm.gui.widgets Modifier and Type Class Description class
HistoryComboBoxModel
A data model for theHistoryComboBox
.Methods in org.openstreetmap.josm.gui.widgets that return JosmComboBoxModel Modifier and Type Method Description JosmComboBoxModel<E>
JosmComboBox. getModel()
Returns theJosmComboBoxModel
currently used.Constructors in org.openstreetmap.josm.gui.widgets with parameters of type JosmComboBoxModel Constructor Description JosmComboBox(JosmComboBoxModel<E> aModel)
Creates aJosmComboBox
that takes it items from an existingJosmComboBoxModel
data model.
-