Package org.openstreetmap.josm.gui.tagging
Provides classes for handling edition of OSM tags: tag tables, tag editors.
Autocompletion of tags and tagging presets are dealt with a subpackage.
-
Interface Summary Interface Description TagEditorModel.EndEditListener A listener that is called whenever the cells may be updated from outside the editor and the editor should thus be committed. -
Class Summary Class Description TagCellEditor This is the table cell editor for the tag editor dialog.TagCellRenderer This is the table cell renderer for cells for the table of tags in the tag editor dialog.TagEditorModel TagEditorModel is a table model to use withTagEditorPanel
.TagEditorPanel TagEditorPanel is aJPanel
which can be embedded as UI component in UIs.TagModel Tag model.TagTable This is the tabular editor component for OSM tags.TagTableColumnModelBuilder Builder class allowing to construct customized tag table column models.