Uses of Class
org.openstreetmap.josm.gui.dialogs.relation.RunnableAction

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()
           
 



JOSM