public static interface OverpassWizardRegistration.OverpassWizardCallbacks
OverpassWizardRegistration.OverpassQueryWizard.startWizard(org.openstreetmap.josm.gui.download.overpass.OverpassWizardRegistration.OverpassWizardCallbacks)
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getParent()
Get the parent component to use when opening the wizard dialog.
|
void |
submitWizardResult(java.lang.String resultingQuery)
Send the resulting query
|
void submitWizardResult(java.lang.String resultingQuery)
resultingQuery
- The query that is used by the wizardjava.awt.Component getParent()