Class TemplateProjectWizardIterator

java.lang.Object
org.praxislive.ide.project.templates.TemplateProjectWizardIterator
All Implemented Interfaces:
org.openide.WizardDescriptor.InstantiatingIterator, org.openide.WizardDescriptor.Iterator

public class TemplateProjectWizardIterator extends Object implements org.openide.WizardDescriptor.InstantiatingIterator
  • Constructor Details

    • TemplateProjectWizardIterator

      public TemplateProjectWizardIterator()
  • Method Details

    • createIterator

      public static TemplateProjectWizardIterator createIterator()
    • instantiate

      public Set instantiate() throws IOException
      Specified by:
      instantiate in interface org.openide.WizardDescriptor.InstantiatingIterator
      Throws:
      IOException
    • initialize

      public void initialize(org.openide.WizardDescriptor wiz)
      Specified by:
      initialize in interface org.openide.WizardDescriptor.InstantiatingIterator
    • uninitialize

      public void uninitialize(org.openide.WizardDescriptor wiz)
      Specified by:
      uninitialize in interface org.openide.WizardDescriptor.InstantiatingIterator
    • name

      public String name()
      Specified by:
      name in interface org.openide.WizardDescriptor.Iterator
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface org.openide.WizardDescriptor.Iterator
    • hasPrevious

      public boolean hasPrevious()
      Specified by:
      hasPrevious in interface org.openide.WizardDescriptor.Iterator
    • nextPanel

      public void nextPanel()
      Specified by:
      nextPanel in interface org.openide.WizardDescriptor.Iterator
    • previousPanel

      public void previousPanel()
      Specified by:
      previousPanel in interface org.openide.WizardDescriptor.Iterator
    • current

      public org.openide.WizardDescriptor.Panel current()
      Specified by:
      current in interface org.openide.WizardDescriptor.Iterator
    • addChangeListener

      public final void addChangeListener(ChangeListener l)
      Specified by:
      addChangeListener in interface org.openide.WizardDescriptor.Iterator
    • removeChangeListener

      public final void removeChangeListener(ChangeListener l)
      Specified by:
      removeChangeListener in interface org.openide.WizardDescriptor.Iterator