cz.cuni.amis.nb.pogamut.ut2004.project.template
Class PogamutGroovyBotWizardIterator
java.lang.Object
cz.cuni.amis.nb.pogamut.ut2004.project.template.PogamutGroovyBotWizardIterator
- All Implemented Interfaces:
- org.openide.WizardDescriptor.InstantiatingIterator, org.openide.WizardDescriptor.Iterator
public class PogamutGroovyBotWizardIterator
- 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 |
PogamutGroovyBotWizardIterator
public PogamutGroovyBotWizardIterator()
createIterator
public static PogamutGroovyBotWizardIterator 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
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.