Uses of Interface
org.openstreetmap.josm.gui.download.DownloadSelection
-
Packages that use DownloadSelection Package Description org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system. -
-
Uses of DownloadSelection in org.openstreetmap.josm.gui.download
Classes in org.openstreetmap.josm.gui.download that implement DownloadSelection Modifier and Type Class Description class
BookmarkSelection
DownloadAreaSelector which manages a list of "bookmarks", i.e.class
BoundingBoxSelection
Bounding box selector.class
PlaceSelection
Place selector.class
SlippyMapChooser
JComponent that displays the slippy map tiles.class
TileSelection
Tile selector.Fields in org.openstreetmap.josm.gui.download with type parameters of type DownloadSelection Modifier and Type Field Description protected java.util.List<DownloadSelection>
DownloadDialog. downloadSelections
Methods in org.openstreetmap.josm.gui.download with parameters of type DownloadSelection Modifier and Type Method Description boolean
DownloadDialog. addDownloadAreaListener(DownloadSelection selection)
Add a listener to get events from the DownloadSelection windowvoid
DownloadDialog. boundingBoxChanged(Bounds b, DownloadSelection eventSource)
Distributes a "bounding box changed" from one DownloadSelection object to the others, so they may update or clear their input fields.boolean
DownloadDialog. removeDownloadAreaListener(DownloadSelection selection)
Remove a listener that was getting events from the DownloadSelection window -
Uses of DownloadSelection in org.openstreetmap.josm.plugins
Method parameters in org.openstreetmap.josm.plugins with type arguments of type DownloadSelection Modifier and Type Method Description void
Plugin. addDownloadSelection(java.util.List<DownloadSelection> list)
Called in the download dialog to give the plugin a chance to modify the list of bounding box selectors.static void
PluginHandler. addDownloadSelection(java.util.List<DownloadSelection> downloadSelections)
Called in the download dialog to give the plugins a chance to modify the list of bounding box selectors.void
PluginProxy. addDownloadSelection(java.util.List<DownloadSelection> list)
-