Ignore:
Timestamp:
2012-06-09T20:03:41+02:00 (13 years ago)
Author:
bastiK
Message:

doc improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java

    r5266 r5275  
    3333
    3434/**
    35  * An action that enables the user to delete nodes and other objects.
     35 * A map mode that enables the user to delete nodes and other objects.
    3636 *
    3737 * The user can click on an object, which gets deleted if possible. When Ctrl is
     
    4343 *
    4444 * If the user enters the mapmode and any object is selected, all selected
    45  * objects that can be deleted will.
     45 * objects are deleted, if possible.
    4646 *
    4747 * @author imi
     
    162162    /**
    163163     * Listen to mouse move to be able to update the cursor (and highlights)
    164      * @param MouseEvent The mouse event that has been captured
     164     * @param e The mouse event that has been captured
    165165     */
    166166    @Override public void mouseMoved(MouseEvent e) {
     
    256256     * highlights
    257257     *
    258      * @param MouseEvent
    259      * @param int modifiers
     258     * @param e
     259     * @param modifiers
    260260     */
    261261    private void updateCursor(MouseEvent e, int modifiers) {
     
    330330
    331331    /**
    332      * Deletes the relation in the context of the given layer. Also notifies
    333      * {@link RelationDialogManager} and {@link OsmDataLayer#fireDataChange()} events.
     332     * Deletes the relation in the context of the given layer.
    334333     *
    335334     * @param layer the layer in whose context the relation is deleted. Must not be null.
     
    385384     * that should be deleted but does not actually delete them.
    386385     * @param e MouseEvent from which modifiers and position are taken
    387      * @param int modifiers For explanation: @see updateCursor
     386     * @param modifiers For explanation: @see updateCursor
    388387     * @param silet Set to true if the user should not be bugged with additional
    389388     *        dialogs
Note: See TracChangeset for help on using the changeset viewer.