| 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.
|
| Class and Description |
|---|
| AbstractDownloadSourcePanel
GUI representation of
DownloadSource that is shown to the user in
DownloadDialog. |
| BookmarkList
List class that read and save its content from the bookmark file.
|
| BookmarkList.Bookmark
Class holding one bookmarkentry.
|
| BookmarkSelection.AddAction
The action to add a new bookmark for the current download area.
|
| DownloadDialog
Dialog displayed to the user to download mapping data.
|
| DownloadDialog.DownloadDialogSplitPane
A special split pane that acts according to a
DownloadSourceSizingPolicy
It attempts to size the top tab content correctly. |
| DownloadDialog.DownloadSourceTabs
A special tabbed pane for
AbstractDownloadSourcePanels |
| DownloadSelection
A mean to select a download area in the download dialog.
|
| DownloadSettings
The global settings of
DownloadDialog. |
| DownloadSource
Defines an interface for different download sources.
|
| DownloadSourceListener
Listener to get notified about changes in the list of download sources.
|
| DownloadSourceSizingPolicy
Defines the sizing policy used for download tabs.
|
| OSMDownloadSource
Class defines the way data is fetched from the OSM server.
|
| OSMDownloadSource.OSMDownloadData
Encapsulates data that is required to download from the OSM server.
|
| OverpassDownloadSource
Class defines the way data is fetched from Overpass API.
|
| OverpassDownloadSource.OverpassDownloadData
Encapsulates data that is required to preform download from Overpass API.
|
| PlaceSelection.NamedResultTableColumnModel |
| PlaceSelection.NamedResultTableModel |
| PlaceSelection.Server |
| SlippyMapChooser
JComponent that displays the slippy map tiles.
|
| UserQueryList
A component to select user saved queries.
|
| UserQueryList.SelectorItem
This class represents an Overpass query used by the user that can be
shown within
UserQueryList. |
| Class and Description |
|---|
| DownloadSelection
A mean to select a download area in the download dialog.
|