|
org.openide.dialogs 7.25 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Data - in practice this should be WizardDescriptorpublic static interface WizardDescriptor.AsynchronousInstantiatingIterator<Data>
Iterator for a wizard that needs to somehow instantiate new objects outside ATW queue.
(This interface can replace
TemplateWizard.Iterator
in a template's declaration.)
| Method Summary | |
|---|---|
Set |
instantiate()
Is called in separate thread when the Finish button are clicked and allows implement asynchronous instantating of newly created objects. |
| Methods inherited from interface org.openide.WizardDescriptor.InstantiatingIterator |
|---|
initialize, uninitialize |
| Methods inherited from interface org.openide.WizardDescriptor.Iterator |
|---|
addChangeListener, current, hasNext, hasPrevious, name, nextPanel, previousPanel, removeChangeListener |
| Method Detail |
|---|
Set instantiate()
throws IOException
instantiate in interface WizardDescriptor.InstantiatingIterator<Data>IOException - when instantiate fails
|
org.openide.dialogs 7.25 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||