|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagEditorModel | |
---|---|
org.openstreetmap.josm.gui.dialogs.changeset | |
org.openstreetmap.josm.gui.tagging |
Uses of TagEditorModel in org.openstreetmap.josm.gui.dialogs.changeset |
---|
Fields in org.openstreetmap.josm.gui.dialogs.changeset declared as TagEditorModel | |
---|---|
private TagEditorModel |
ChangesetTagsPanel.model
|
Uses of TagEditorModel in org.openstreetmap.josm.gui.tagging |
---|
Fields in org.openstreetmap.josm.gui.tagging declared as TagEditorModel | |
---|---|
private TagEditorModel |
TagEditorPanel.model
the tag editor model |
Methods in org.openstreetmap.josm.gui.tagging that return TagEditorModel | |
---|---|
TagEditorModel |
TagEditorPanel.getModel()
Replies the tag editor model used by this panel. |
protected TagEditorModel |
TagCellRenderer.getModel(javax.swing.JTable table)
|
Methods in org.openstreetmap.josm.gui.tagging with parameters of type TagEditorModel | |
---|---|
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. |
Constructors in org.openstreetmap.josm.gui.tagging with parameters of type TagEditorModel | |
---|---|
TagEditorPanel(TagEditorModel model,
PresetListPanel.PresetHandler presetHandler)
Creates a new tag editor panel with a supplied model. |
|
TagTable(TagEditorModel model)
Creates a new tag table |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |