Uses of Class
org.openstreetmap.josm.actions.mapmode.DeleteAction.DeleteMode

Packages that use DeleteAction.DeleteMode
org.openstreetmap.josm.actions.mapmode   
 

Uses of DeleteAction.DeleteMode in org.openstreetmap.josm.actions.mapmode
 

Fields in org.openstreetmap.josm.actions.mapmode declared as DeleteAction.DeleteMode
(package private)  DeleteAction.DeleteMode DeleteAction.DeleteParameters.mode
           
 

Methods in org.openstreetmap.josm.actions.mapmode that return DeleteAction.DeleteMode
static DeleteAction.DeleteMode DeleteAction.DeleteMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DeleteAction.DeleteMode[] DeleteAction.DeleteMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



JOSM