Modifier and Type | Interface and Description |
---|---|
static interface |
WizardDescriptor.AsynchronousInstantiatingIterator<Data>
Iterator for a wizard that needs to somehow instantiate new objects outside ATW queue.
|
static interface |
WizardDescriptor.BackgroundInstantiatingIterator<Data>
Iterator for a wizard that will create new objects after the wizard has been closed.
|
static interface |
WizardDescriptor.InstantiatingIterator<Data>
Iterator for a wizard that needs to somehow instantiate new objects.
|
static interface |
WizardDescriptor.ProgressInstantiatingIterator<Data>
Iterator for a wizard that wants to notify users while instantiate is running by a progress bar.
|
Modifier and Type | Class and Description |
---|---|
static class |
WizardDescriptor.ArrayIterator<Data>
Special iterator that works on an array of
Panel s. |
Modifier and Type | Method and Description |
---|---|
void |
WizardDescriptor.setPanels(WizardDescriptor.Iterator panels)
Deprecated.
use setPanelsAndSettings if needed.
|
<Data> void |
WizardDescriptor.setPanelsAndSettings(WizardDescriptor.Iterator<Data> panels,
Data settings)
Set a different list of panels.
|
Constructor and Description |
---|
WizardDescriptor(WizardDescriptor.Iterator<Data> panels,
Data settings)
Create wizard for a sequence of panels, passing some settings to the panels.
|
WizardDescriptor(WizardDescriptor.Iterator<WizardDescriptor> panels)
Create wizard for a sequence of panels, with settings
defaulted to
this . |