Uses of Class
org.openstreetmap.josm.actions.DownloadNotesInViewAction
-
Packages that use DownloadNotesInViewAction Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything else -
-
Uses of DownloadNotesInViewAction in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return DownloadNotesInViewAction Modifier and Type Method Description static DownloadNotesInViewAction
DownloadNotesInViewAction. newActionWithDownloadIcon()
Constructs a newDownloadNotesInViewAction
with download icon.static DownloadNotesInViewAction
DownloadNotesInViewAction. newActionWithNoteIcon()
Constructs a newDownloadNotesInViewAction
with note icon. -
Uses of DownloadNotesInViewAction in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as DownloadNotesInViewAction Modifier and Type Field Description DownloadNotesInViewAction
MainMenu. downloadNotesInView
File / Download notes in current view -
Uses of DownloadNotesInViewAction in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as DownloadNotesInViewAction Modifier and Type Field Description private DownloadNotesInViewAction
NotesDialog. downloadNotesInViewAction
-