Uses of Interface
org.openide.loaders.TemplateWizard.Iterator

Packages that use TemplateWizard.Iterator
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of TemplateWizard.Iterator in org.openide.loaders
 

Methods in org.openide.loaders that return TemplateWizard.Iterator
protected  TemplateWizard.Iterator TemplateWizard.createDefaultIterator()
          Allows subclasses to provide their own default iterator the one that will be used if not special iterator is associated with selected template.
static TemplateWizard.Iterator TemplateWizard.getIterator(DataObject obj)
          Finds a custom iterator attached to a template that should be used to instantiate the object.
 

Methods in org.openide.loaders with parameters of type TemplateWizard.Iterator
static void TemplateWizard.setIterator(DataObject obj, TemplateWizard.Iterator iter)
          Allows to attach a special Iterator to a template.
 

Constructors in org.openide.loaders with parameters of type TemplateWizard.Iterator
TemplateWizard(TemplateWizard.Iterator it)
          Constructor For wizards that requires the target chooser or template chooser panel.
 



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