Package | Description |
---|---|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.download.overpass |
This package contains all overpass query related classes.
|
Modifier and Type | Method and Description |
---|---|
private javax.swing.JButton |
OverpassDownloadSource.OverpassDownloadSourcePanel.generateWizardButton(OverpassWizardRegistration.OverpassQueryWizard wizard) |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<OverpassWizardRegistration.OverpassQueryWizard> |
OverpassWizardRegistration.wizards
A list of all reigstered wizards.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<OverpassWizardRegistration.OverpassQueryWizard> |
OverpassWizardRegistration.getWizards()
Gets all wizards that are currently registered.
|
Modifier and Type | Method and Description |
---|---|
static void |
OverpassWizardRegistration.registerWizard(OverpassWizardRegistration.OverpassQueryWizard wizard)
Registers a wizard to be added to the overpass download dialog
|