Interface WizardDescriptor.BackgroundInstantiatingIterator<Data>

Type Parameters:
Data - in practice this should be WizardDescriptor
All Superinterfaces:
WizardDescriptor.AsynchronousInstantiatingIterator<Data>, WizardDescriptor.InstantiatingIterator<Data>, WizardDescriptor.Iterator<Data>
Enclosing class:
WizardDescriptor

public static interface WizardDescriptor.BackgroundInstantiatingIterator<Data> extends WizardDescriptor.AsynchronousInstantiatingIterator<Data>
Iterator for a wizard that will create new objects after the wizard has been closed. Suitable for cases where the instantiation might be quite time consuming, has its own progress/cancellation UI, or otherwise would be undesirable to run with the wizard dialog open.
Since:
org.openide.dialogs 7.22