Changeset 655 in josm for trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java
- Timestamp:
- 2008-06-15T12:28:42+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java
r627 r655 31 31 * An action that enables the user to delete nodes and other objects. 32 32 * 33 * The user can click on an object, which get deleted if possible. When Ctrl is 33 * The user can click on an object, which gets deleted if possible. When Ctrl is 34 34 * pressed when releasing the button, the objects and all its references are 35 * deleted. The exact definition of "all its references" are in 36 * @see#deleteWithReferences(OsmPrimitive)35 * deleted. The exact definition of "all its references" are in 36 * {@link #deleteWithReferences deleteWithReferences}. 37 37 * 38 38 * If the user did not press Ctrl and the object has any references, the user … … 159 159 * 160 160 * @param selection The objects to delete. 161 * @param alsoDeleteNodesInWay trueif nodes should be deleted as well161 * @param alsoDeleteNodesInWay <code>true</code> if nodes should be deleted as well 162 162 * @return command A command to perform the deletions, or null of there is 163 163 * nothing to delete.
Note:
See TracChangeset
for help on using the changeset viewer.
