cz.cuni.amis.nb.pogamut.ut2004.project.template
Class PogamutGroovyBotWizardIterator

Package class diagram package PogamutGroovyBotWizardIterator
java.lang.Object
  extended by 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


Constructor Summary
PogamutGroovyBotWizardIterator()
           
 
Method Summary
 void addChangeListener(ChangeListener l)
           
static PogamutGroovyBotWizardIterator createIterator()
           
 org.openide.WizardDescriptor.Panel current()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 void initialize(org.openide.WizardDescriptor wiz)
           
 Set instantiate()
           
 String name()
           
 void nextPanel()
           
 void previousPanel()
           
 void removeChangeListener(ChangeListener l)
           
 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

PogamutGroovyBotWizardIterator

public PogamutGroovyBotWizardIterator()
Method Detail

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.