Uses of Class
org.openstreetmap.josm.gui.tagging.TagEditorPanel
-
Packages that use TagEditorPanel 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.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of TagEditorPanel in org.openstreetmap.josm.gui.dialogs.relation
Fields in org.openstreetmap.josm.gui.dialogs.relation declared as TagEditorPanel Modifier and Type Field Description private TagEditorPanel
GenericRelationEditor. tagEditorPanel
the tag table and its modelMethods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type TagEditorPanel Modifier and Type Method Description protected static JPanel
GenericRelationEditor. buildTagEditorPanel(TagEditorPanel tagEditorPanel)
builds the panel with the tag editor -
Uses of TagEditorPanel in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as TagEditorPanel Modifier and Type Field Description private TagEditorPanel
UploadDialog. pnlTagEditor
the tag editor panel
-