站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

WizardDescriptor.AsynchronousInstantiatingIterator (Dialogs API) - NetBeans API Javadoc (Current Development Version)

org.openide.dialogs 7.4

org.openide
Interface WizardDescriptor.AsynchronousInstantiatingIterator<Data>

All Superinterfaces:
WizardDescriptor.InstantiatingIterator<Data>, WizardDescriptor.Iterator<Data>
All Known Subinterfaces:
WizardDescriptor.ProgressInstantiatingIterator<Data>
Enclosing class:
WizardDescriptor

public static interface WizardDescriptor.AsynchronousInstantiatingIterator<Data>
extends WizardDescriptor.InstantiatingIterator<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.)

Since:
org.openide/1 6.5

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

instantiate

Set instantiate()
                throws IOException
Is called in separate thread when the Finish button are clicked and allows implement asynchronous instantating of newly created objects.

Specified by:
instantiate in interface WizardDescriptor.InstantiatingIterator<Data>
Returns:
a set of objects created (the exact type is at the discretion of the caller)
Throws:
IOException - when instantiate fails

org.openide.dialogs 7.4

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.