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 classBookmarkSelectionDownloadAreaSelector which manages a list of "bookmarks", i.e.classBoundingBoxSelectionBounding box selector.classPlaceSelectionPlace selector.classSlippyMapChooserJComponent that displays the slippy map tiles.classTileSelectionTile 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. downloadSelectionsMethods in org.openstreetmap.josm.gui.download with parameters of type DownloadSelection Modifier and Type Method Description booleanDownloadDialog. addDownloadAreaListener(DownloadSelection selection)Add a listener to get events from the DownloadSelection windowvoidDownloadDialog. 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.booleanDownloadDialog. 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 voidPlugin. 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 voidPluginHandler. 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.voidPluginProxy. addDownloadSelection(java.util.List<DownloadSelection> list)
-