| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
| org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
| org.openstreetmap.josm.gui.dialogs.relation.actions |
Provides the classes for relation editor actions.
|
| org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
| org.openstreetmap.josm.gui.tagging |
Provides classes for handling edition of OSM tags: tag tables, tag editors.
|
| Class and Description |
|---|
| TagEditorModel
TagEditorModel is a table model to use with
TagEditorPanel. |
| Class and Description |
|---|
| TagEditorModel
TagEditorModel is a table model to use with
TagEditorPanel. |
| TagEditorPanel
TagEditorPanel is a
JPanel which can be embedded as UI component in
UIs. |
| Class and Description |
|---|
| TagEditorModel
TagEditorModel is a table model to use with
TagEditorPanel. |
| Class and Description |
|---|
| TagEditorPanel
TagEditorPanel is a
JPanel which can be embedded as UI component in
UIs. |
| Class and Description |
|---|
| TagCellEditor
This is the table cell editor for the tag editor dialog.
|
| TagEditorModel
TagEditorModel is a table model to use with
TagEditorPanel. |
| TagEditorModel.EndEditListener
A listener that is called whenever the cells may be updated from outside the editor and the editor should thus be committed.
|
| TagModel
Tag model.
|
| TagTable
This is the tabular editor component for OSM tags.
|
| TagTable.AddAction
Action to be run when the user adds a new tag.
|
| TagTable.CellEditorRemover
This is a custom implementation of the CellEditorRemover used in JTable
to handle the client property
terminateEditOnFocusLost. |
| TagTable.DeleteAction
Action to be run when the user invokes a delete action on the table, for
instance by pressing DEL.
|
| TagTable.PasteAction
Action to be run when the user wants to paste tags from buffer
|
| TagTableColumnModelBuilder
Builder class allowing to construct customized tag table column models.
|