Changeset 12300 in josm


Ignore:
Timestamp:
2017-06-02T17:06:49+02:00 (7 years ago)
Author:
michael2402
Message:

See #14794: Add class javadoc for MenuItemSearchDialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/MenuItemSearchDialog.java

    r12279 r12300  
    2121import org.openstreetmap.josm.tools.Shortcut;
    2222
     23/**
     24 * A dialog that allows you to search for a menu item. The user can input part of the menu item name.
     25 */
    2326public final class MenuItemSearchDialog extends ExtendedDialog {
    2427
     
    110113    }
    111114
     115    /**
     116     * The action that opens the menu item search dialog.
     117     */
    112118    public static class Action extends JosmAction {
    113119
Note: See TracChangeset for help on using the changeset viewer.