|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RunnableAction | |
---|---|
org.openstreetmap.josm.gui.tagging |
Uses of RunnableAction in org.openstreetmap.josm.gui.tagging |
---|
Subclasses of RunnableAction in org.openstreetmap.josm.gui.tagging | |
---|---|
(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. |
Fields in org.openstreetmap.josm.gui.tagging declared as RunnableAction | |
---|---|
private RunnableAction |
TagTable.addAction
the add action |
private RunnableAction |
TagTable.deleteAction
the delete action |
Methods in org.openstreetmap.josm.gui.tagging that return RunnableAction | |
---|---|
RunnableAction |
TagTable.getAddAction()
|
RunnableAction |
TagTable.getDeleteAction()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |