| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.dialogs.changeset | |
| org.openstreetmap.josm.gui.tagging |
| Modifier and Type | Field and Description |
|---|---|
private TagEditorModel |
ChangesetTagsPanel.model |
| Modifier and Type | Field and Description |
|---|---|
private TagEditorModel |
TagTable.model |
private TagEditorModel |
TagEditorPanel.model
the tag editor model
|
| Modifier and Type | Method and Description |
|---|---|
TagEditorModel |
TagEditorPanel.getModel()
Replies the tag editor model used by this panel.
|
protected TagEditorModel |
TagCellRenderer.getModel(javax.swing.JTable table) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TagCellEditor.initAutoCompletionListForKeys(TagEditorModel model,
TagModel currentTag)
initializes the auto completion list when the table cell editor starts
to edit the key of a tag.
|
| Constructor and Description |
|---|
TagEditorPanel(TagEditorModel model,
PresetHandler presetHandler)
Creates a new tag editor panel with a supplied model.
|
TagTable(TagEditorModel model)
Creates a new tag table
|