cz.cuni.amis.nb.pogamut.base.project.template.utils
Class ExampleBotProjectWizardIterator

Package class diagram package ExampleBotProjectWizardIterator
java.lang.Object
  extended by cz.cuni.amis.nb.pogamut.base.project.template.utils.ExampleBotProjectWizardIterator
All Implemented Interfaces:
org.openide.WizardDescriptor.InstantiatingIterator, org.openide.WizardDescriptor.Iterator

public class ExampleBotProjectWizardIterator
extends Object
implements org.openide.WizardDescriptor.InstantiatingIterator


Constructor Summary
ExampleBotProjectWizardIterator()
           
 
Method Summary
 void addChangeListener(ChangeListener l)
           
static ExampleBotProjectWizardIterator createIterator()
           
 org.openide.WizardDescriptor.Panel current()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 void initialize(org.openide.WizardDescriptor wiz)
           
 Set instantiate()
           
 Set instantiateNEW()
           
 String name()
           
 void nextPanel()
           
 void previousPanel()
           
 void removeChangeListener(ChangeListener l)
           
protected  void substituteFiles(File root)
           
 void uninitialize(org.openide.WizardDescriptor wiz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleBotProjectWizardIterator

public ExampleBotProjectWizardIterator()
Method Detail

createIterator

public static ExampleBotProjectWizardIterator createIterator()

substituteFiles

protected void substituteFiles(File root)

instantiateNEW

public Set instantiateNEW()
                   throws IOException
Throws:
IOException

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


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.