Class DownloadAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, Destroyable

    public class DownloadAction
    extends JosmAction
    Action that opens a connection to the osm server and downloads map data. An dialog is displayed asking the user to specify a rectangle to grab. The url and account settings from the preferences are used.
    See Also:
    Serialized Form
    • Field Detail

      • SHORTCUT

        public static final Shortcut SHORTCUT
        Action shortcut (ctrl-shift-down by default), made public in order to be used from GettingStarted page.
    • Constructor Detail

      • DownloadAction

        public DownloadAction()
        Constructs a new DownloadAction.
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)