Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging |
Provides classes for handling edition of OSM tags: tag tables, tag editors.
|
Modifier and Type | Field and Description |
---|---|
private TagCellEditor |
TagTable.editor
the table cell editor used by this table
|
Modifier and Type | Method and Description |
---|---|
TagCellEditor |
TagTable.getTableCellEditor()
Gets the editor that is used for the table cells
|
Modifier and Type | Method and Description |
---|---|
void |
TagTable.setTagCellEditor(TagCellEditor editor)
Inject a tag cell editor in the tag table
|