org.openstreetmap.josm.actions.mapmode
Class DeleteAction.DeleteParameters

java.lang.Object
  extended by org.openstreetmap.josm.actions.mapmode.DeleteAction.DeleteParameters
Enclosing class:
DeleteAction

private static class DeleteAction.DeleteParameters
extends java.lang.Object


Field Summary
(package private)  DeleteAction.DeleteMode mode
           
(package private)  Node nearestNode
           
(package private)  WaySegment nearestSegment
           
 
Constructor Summary
private DeleteAction.DeleteParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

DeleteAction.DeleteMode mode

nearestNode

Node nearestNode

nearestSegment

WaySegment nearestSegment
Constructor Detail

DeleteAction.DeleteParameters

private DeleteAction.DeleteParameters()


JOSM