Ignore:
Timestamp:
2017-06-02T15:31:39+02:00 (7 years ago)
Author:
michael2402
Message:

Javadoc for the changeset dialogs.

File:
1 edited

Legend:

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

    r12279 r12297  
    559559    }
    560560
     561    /**
     562     * Add a separator to the popup menu
     563     */
    561564    public void addPopupMenuSeparator() {
    562565        popupMenu.addSeparator();
    563566    }
    564567
     568    /**
     569     * Add a menu item to the popup menu
     570     * @param a The action to add
     571     * @return The menu item that was added.
     572     */
    565573    public JMenuItem addPopupMenuAction(Action a) {
    566574        return popupMenu.add(a);
Note: See TracChangeset for help on using the changeset viewer.