Interface OverpassWizardRegistration.OverpassWizardCallbacks
-
- All Known Implementing Classes:
OverpassDownloadSource.OverpassDownloadSourcePanel
- Enclosing class:
- OverpassWizardRegistration
public static interface OverpassWizardRegistration.OverpassWizardCallbacks
Wizard callbacks required byOverpassWizardRegistration.registerWizard(java.util.function.Function<org.openstreetmap.josm.gui.download.overpass.OverpassWizardRegistration.OverpassWizardCallbacks, javax.swing.Action>)- Since:
- 13930
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.ComponentgetParent()Get the parent component to use when opening the wizard dialog.voidsubmitWizardResult(java.lang.String resultingQuery)Send the resulting query
-
-
-
Method Detail
-
submitWizardResult
void submitWizardResult(java.lang.String resultingQuery)
Send the resulting query- Parameters:
resultingQuery- The query that is used by the wizard
-
getParent
java.awt.Component getParent()
Get the parent component to use when opening the wizard dialog.- Returns:
- The component.
-
-