Data - in practice this should be WizardDescriptorWizardDescriptor.InstantiatingIterator<Data>, WizardDescriptor.Iterator<Data>WizardDescriptor.BackgroundInstantiatingIterator<Data>, WizardDescriptor.ProgressInstantiatingIterator<Data>public static interface WizardDescriptor.AsynchronousInstantiatingIterator<Data> extends WizardDescriptor.InstantiatingIterator<Data>
TemplateWizard.Iterator
in a template's declaration.)| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set |
instantiate() |
Is called in separate thread when the Finish button
are clicked and allows implement asynchronous
instantating of newly created objects.
|
initialize, uninitializeaddChangeListener, current, hasNext, hasPrevious, name, nextPanel, previousPanel, removeChangeListenerjava.util.Set instantiate()
throws java.io.IOException
instantiate in interface WizardDescriptor.InstantiatingIterator<Data>java.io.IOException - when instantiate failsBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.