|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public Set instantiate() throws IOException
IOException
public void initialize(WizardDescriptor wizard)
wizard
- wizard's descriptorpublic void uninitialize(WizardDescriptor wizard)
wizard
- wizard's descriptor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |