The undoable actions that apply to OSM data
| Class | Description | |
|---|---|---|
| AddMemberToRelationAction | ||
| AddNodeToWayAction | ||
| BeginWayAction | ||
| CreateEntityAction | ||
| CreatePOIAction | ||
| DeleteNodeAction | ||
| DeleteRelationAction | ||
| DeleteWayAction | ||
| JoinNodeAction | ||
| MergeNodesAction | ||
| MergeWaysAction | ||
| MoveNodeAction | ||
| MoveWayAction | ||
| RemoveEntityFromRelationAction | ||
| RemoveMemberByIndexAction | ||
| RemoveNodeByIndexAction | ||
| RemoveNodeFromWayAction | ||
| ReplaceNodeAction | Action that substitutes one node instead of another, in all the ways and relations that that node is part of. | |
| ReverseNodesAction | ||
| SetTagAction | An UndoableEntityAction corresponding to the setting of a single tag and value. | |
| SetTagKeyAction | ||
| SplitWayAction | ||
| UnjoinNodeAction |