Data
- in practice this should be WizardDescriptor
public static interface WizardDescriptor.AsynchronousInstantiatingIterator<Data> extends WizardDescriptor.InstantiatingIterator<Data>
TemplateWizard.Iterator
in a template's declaration.)Modifier and Type | Method and Description |
---|---|
Set |
instantiate()
Is called in separate thread when the Finish button
are clicked and allows implement asynchronous
instantating of newly created objects.
|
initialize, uninitialize
addChangeListener, current, hasNext, hasPrevious, name, nextPanel, previousPanel, removeChangeListener
Set instantiate() throws IOException
instantiate
in interface WizardDescriptor.InstantiatingIterator<Data>
IOException
- when instantiate fails