Data
- in practice this should be WizardDescriptor
WizardDescriptor.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 |
---|---|---|
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 failsBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.