Uses of Class
org.openstreetmap.josm.gui.tagging.TagCellEditor

Packages that use TagCellEditor
org.openstreetmap.josm.gui.tagging   
 

Uses of TagCellEditor in org.openstreetmap.josm.gui.tagging
 

Fields in org.openstreetmap.josm.gui.tagging declared as TagCellEditor
private  TagCellEditor TagTable.editor
          the table cell editor used by this table
 

Methods in org.openstreetmap.josm.gui.tagging that return TagCellEditor
 TagCellEditor TagTable.getTableCellEditor()
           
 

Methods in org.openstreetmap.josm.gui.tagging with parameters of type TagCellEditor
 void TagTable.setTagCellEditor(TagCellEditor editor)
          Inject a tag cell editor in the tag table
 



JOSM