Data
- in practice this should be WizardDescriptor
public static interface WizardDescriptor.InstantiatingIterator<Data> extends WizardDescriptor.Iterator<Data>
TemplateWizard.Iterator
in a template's declaration.)Modifier and Type | Method and Description |
---|---|
void |
initialize(WizardDescriptor wizard)
Initializes this iterator, called from WizardDescriptor's constructor.
|
Set |
instantiate()
Returns set of instantiated objects.
|
void |
uninitialize(WizardDescriptor wizard)
Uninitializes this iterator, called when the wizard is being
closed, no matter what closing option invoked.
|
addChangeListener, current, hasNext, hasPrevious, name, nextPanel, previousPanel, removeChangeListener
Set instantiate() throws IOException
IOException
void initialize(WizardDescriptor wizard)
wizard
- wizard's descriptorvoid uninitialize(WizardDescriptor wizard)
wizard
- wizard's descriptor