cz.cuni.amis.nb.pogamut.base.project.template.utils
Class ExampleBotProjectWizardIterator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExampleBotProjectWizardIterator
public ExampleBotProjectWizardIterator()
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 © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.