Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging |
Modifier and Type | Class and Description |
---|---|
(package private) class |
TagTable.AddAction
Action to be run when the user adds a new tag.
|
(package private) class |
TagTable.DeleteAction
Action to be run when the user invokes a delete action on the table, for
instance by pressing DEL.
|
(package private) class |
TagTable.PasteAction
Action to be run when the user wants to paste tags from buffer
|
Modifier and Type | Field and Description |
---|---|
private RunnableAction |
TagTable.addAction
the add action
|
private RunnableAction |
TagTable.deleteAction
the delete action
|
private RunnableAction |
TagTable.pasteAction
the tag paste action
|
Modifier and Type | Method and Description |
---|---|
RunnableAction |
TagTable.getAddAction() |
RunnableAction |
TagTable.getDeleteAction() |
RunnableAction |
TagTable.getPasteAction() |