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

Uses of Interface org.openide.WizardDescriptor.Iterator (NetBeans Dialogs API) - NetBeans API Javadoc 5.0.0

 

Uses of Interface
org.openide.WizardDescriptor.Iterator

Uses of WizardDescriptor.Iterator in org.openide
 

Subinterfaces of WizardDescriptor.Iterator in org.openide
static interface WizardDescriptor.AsynchronousInstantiatingIterator
          Iterator for a wizard that needs to somehow instantiate new objects outside ATW queue.
static interface WizardDescriptor.InstantiatingIterator
          Iterator for a wizard that needs to somehow instantiate new objects.
 

Classes in org.openide that implement WizardDescriptor.Iterator
static class WizardDescriptor.ArrayIterator
          Special iterator that works on an array of Panels.
 

Methods in org.openide with parameters of type WizardDescriptor.Iterator
 void WizardDescriptor.setPanels(WizardDescriptor.Iterator panels)
          Set a different list of panels.
 

Constructors in org.openide with parameters of type WizardDescriptor.Iterator
WizardDescriptor(WizardDescriptor.Iterator panels, Object settings)
          Create wizard for a sequence of panels, passing some settings to the panels.
WizardDescriptor(WizardDescriptor.Iterator panels)
          Create wizard for a sequence of panels, with settings defaulted to this.
 


 

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