Uses of Class
org.openstreetmap.josm.actions.mapmode.ParallelWayAction.Mode

Packages that use ParallelWayAction.Mode
org.openstreetmap.josm.actions.mapmode   
 

Uses of ParallelWayAction.Mode in org.openstreetmap.josm.actions.mapmode
 

Fields in org.openstreetmap.josm.actions.mapmode declared as ParallelWayAction.Mode
private  ParallelWayAction.Mode ParallelWayAction.mode
           
 

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

Methods in org.openstreetmap.josm.actions.mapmode with parameters of type ParallelWayAction.Mode
private  void ParallelWayAction.setMode(ParallelWayAction.Mode mode)
           
 



JOSM