Uses of Class
org.openstreetmap.josm.gui.tagging.TagCellEditor
-
Packages that use TagCellEditor Package Description org.openstreetmap.josm.gui.tagging Provides classes for handling edition of OSM tags: tag tables, tag editors. -
-
Uses of TagCellEditor in org.openstreetmap.josm.gui.tagging
Fields in org.openstreetmap.josm.gui.tagging declared as TagCellEditor Modifier and Type Field Description private TagCellEditor
TagTable. editor
the table cell editor used by this tableMethods in org.openstreetmap.josm.gui.tagging that return TagCellEditor Modifier and Type Method Description TagCellEditor
TagTable. getTableCellEditor()
Gets the editor that is used for the table cellsMethods in org.openstreetmap.josm.gui.tagging with parameters of type TagCellEditor Modifier and Type Method Description void
TagTable. setTagCellEditor(TagCellEditor editor)
Inject a tag cell editor in the tag table
-