Uses of Interface
org.openstreetmap.josm.gui.download.overpass.OverpassWizardRegistration.OverpassWizardCallbacks
-
Packages that use OverpassWizardRegistration.OverpassWizardCallbacks 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. -
-
Uses of OverpassWizardRegistration.OverpassWizardCallbacks in org.openstreetmap.josm.gui.download
Classes in org.openstreetmap.josm.gui.download that implement OverpassWizardRegistration.OverpassWizardCallbacks Modifier and Type Class Description static class
OverpassDownloadSource.OverpassDownloadSourcePanel
The GUI representation of the Overpass download source.Fields in org.openstreetmap.josm.gui.download declared as OverpassWizardRegistration.OverpassWizardCallbacks Modifier and Type Field Description private OverpassWizardRegistration.OverpassWizardCallbacks
OverpassQueryWizardDialog. callbacks
Constructors in org.openstreetmap.josm.gui.download with parameters of type OverpassWizardRegistration.OverpassWizardCallbacks Constructor Description OverpassQueryWizardDialog(OverpassWizardRegistration.OverpassWizardCallbacks callbacks)
Create a newOverpassQueryWizardDialog
-
Uses of OverpassWizardRegistration.OverpassWizardCallbacks in org.openstreetmap.josm.gui.download.overpass
Fields in org.openstreetmap.josm.gui.download.overpass with type parameters of type OverpassWizardRegistration.OverpassWizardCallbacks Modifier and Type Field Description private static java.util.List<java.util.function.Function<OverpassWizardRegistration.OverpassWizardCallbacks,javax.swing.Action>>
OverpassWizardRegistration. wizards
A list of all registered wizards.Methods in org.openstreetmap.josm.gui.download.overpass with parameters of type OverpassWizardRegistration.OverpassWizardCallbacks Modifier and Type Method Description static java.util.List<javax.swing.Action>
OverpassWizardRegistration. getWizards(OverpassWizardRegistration.OverpassWizardCallbacks callbacks)
Gets all wizards that are currently registered.Method parameters in org.openstreetmap.josm.gui.download.overpass with type arguments of type OverpassWizardRegistration.OverpassWizardCallbacks Modifier and Type Method Description static void
OverpassWizardRegistration. registerWizard(java.util.function.Function<OverpassWizardRegistration.OverpassWizardCallbacks,javax.swing.Action> wizard)
Registers a wizard to be added to the overpass download dialog
-