|
org.openide.dialogs 6.5.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WizardDescriptor.InstantiatingIterator
Iterator for a wizard that needs to somehow instantiate new objects.
(This interface can replace
TemplateWizard.Iterator
in a template's declaration.)
Method Summary | |
---|---|
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. |
Methods inherited from interface org.openide.WizardDescriptor.Iterator |
---|
addChangeListener, current, hasNext, hasPrevious, name, nextPanel, previousPanel, removeChangeListener |
Method Detail |
---|
Set instantiate() throws IOException
IOException
void initialize(WizardDescriptor wizard)
wizard
- wizard's descriptorvoid uninitialize(WizardDescriptor wizard)
wizard
- wizard's descriptor
|
org.openide.dialogs 6.5.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |