Uses of Class
org.openstreetmap.josm.actions.mapmode.SelectAction.SelectActionCursor
-
Packages that use SelectAction.SelectActionCursor Package Description org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
. -
-
Uses of SelectAction.SelectActionCursor in org.openstreetmap.josm.actions.mapmode
Methods in org.openstreetmap.josm.actions.mapmode that return SelectAction.SelectActionCursor Modifier and Type Method Description static SelectAction.SelectActionCursor
SelectAction.SelectActionCursor. valueOf(String name)
Returns the enum constant of this type with the specified name.static SelectAction.SelectActionCursor[]
SelectAction.SelectActionCursor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-