Uses of Package
org.openstreetmap.josm.gui.tagging
-
Packages that use org.openstreetmap.josm.gui.tagging Package Description org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.dialogs.relation.actions Provides the classes for relation editor actions.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.gui.tagging Provides classes for handling edition of OSM tags: tag tables, tag editors. -
Classes in org.openstreetmap.josm.gui.tagging used by org.openstreetmap.josm.gui.dialogs.relation Class Description TagEditorModel TagEditorModel is a table model to use withTagEditorPanel
.TagEditorPanel TagEditorPanel is aJPanel
which can be embedded as UI component in UIs. -
Classes in org.openstreetmap.josm.gui.tagging used by org.openstreetmap.josm.gui.dialogs.relation.actions Class Description TagEditorModel TagEditorModel is a table model to use withTagEditorPanel
. -
Classes in org.openstreetmap.josm.gui.tagging used by org.openstreetmap.josm.gui.io Class Description TagEditorModel TagEditorModel is a table model to use withTagEditorPanel
.TagEditorPanel TagEditorPanel is aJPanel
which can be embedded as UI component in UIs. -
Classes in org.openstreetmap.josm.gui.tagging used by org.openstreetmap.josm.gui.tagging Class Description TagCellEditor This is the table cell editor for the tag editor dialog.TagEditorModel TagEditorModel is a table model to use withTagEditorPanel
.TagEditorModel.EndEditListener A listener that is called whenever the cells may be updated from outside the editor and the editor should thus be committed.TagModel Tag model.TagTable This is the tabular editor component for OSM tags.TagTable.AddAction Action to be run when the user adds a new tag.TagTable.CellEditorRemover This is a custom implementation of the CellEditorRemover used in JTable to handle the client propertyterminateEditOnFocusLost
.TagTable.DeleteAction Action to be run when the user invokes a delete action on the table, for instance by pressing DEL.TagTable.PasteAction Action to be run when the user wants to paste tags from bufferTagTableColumnModelBuilder Builder class allowing to construct customized tag table column models.