Uses of Class
org.openstreetmap.josm.actions.MoveAction.Direction
-
Packages that use MoveAction.Direction Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of MoveAction.Direction in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions declared as MoveAction.Direction Modifier and Type Field Description private MoveAction.Direction
MoveAction. myDirection
Methods in org.openstreetmap.josm.actions that return MoveAction.Direction Modifier and Type Method Description static MoveAction.Direction
MoveAction.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static MoveAction.Direction[]
MoveAction.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openstreetmap.josm.actions with parameters of type MoveAction.Direction Constructor Description MoveAction(MoveAction.Direction dir)
Constructs a newMoveAction
.
-