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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<DownloadSelection> |
DownloadDialog.downloadSelections |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginProxy.addDownloadSelection(java.util.List<DownloadSelection> list) |
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) |