public static interface OverpassWizardRegistration.OverpassQueryWizard
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getWizardName()
Get the name of the wizard
|
java.util.Optional<java.lang.String> |
getWizardTooltip()
Get the tooltip text to display when hovering the wizard button.
|
void |
startWizard(OverpassWizardRegistration.OverpassWizardCallbacks callbacks)
Start the wizard.
|
java.lang.String getWizardName()
java.util.Optional<java.lang.String> getWizardTooltip()
void startWizard(OverpassWizardRegistration.OverpassWizardCallbacks callbacks)
callbacks
- The callbacks to use to send back wizard results.