Uses of Interface
org.openide.WizardDescriptor.Iterator

Packages that use WizardDescriptor.Iterator
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of WizardDescriptor.Iterator in org.openide
 

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.
 

Uses of WizardDescriptor.Iterator in org.openide.loaders
 

Subinterfaces of WizardDescriptor.Iterator in org.openide.loaders
static interface TemplateWizard.Iterator
          The interface for custom iterator.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.