| Package | Description |
|---|---|
| org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
| Modifier and Type | Field and Description |
|---|---|
private MoveAction.Direction |
MoveAction.myDirection |
| Modifier and Type | Method and Description |
|---|---|
static MoveAction.Direction |
MoveAction.Direction.valueOf(java.lang.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.
|
| Constructor and Description |
|---|
MoveAction(MoveAction.Direction dir)
Constructs a new
MoveAction. |