public class SensorProjectWizardIterator extends Object implements org.openide.WizardDescriptor.InstantiatingIterator
| Constructor and Description |
|---|
SensorProjectWizardIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(ChangeListener l) |
static SensorProjectWizardIterator |
createIterator() |
org.openide.WizardDescriptor.Panel |
current() |
boolean |
hasNext() |
boolean |
hasPrevious() |
void |
initialize(org.openide.WizardDescriptor wiz) |
Set<org.openide.filesystems.FileObject> |
instantiate() |
String |
name() |
void |
nextPanel() |
void |
previousPanel() |
void |
removeChangeListener(ChangeListener l) |
void |
uninitialize(org.openide.WizardDescriptor wiz) |
public static SensorProjectWizardIterator createIterator()
public Set<org.openide.filesystems.FileObject> instantiate() throws IOException
instantiate in interface org.openide.WizardDescriptor.InstantiatingIteratorIOExceptionpublic void initialize(org.openide.WizardDescriptor wiz)
initialize in interface org.openide.WizardDescriptor.InstantiatingIteratorpublic void uninitialize(org.openide.WizardDescriptor wiz)
uninitialize in interface org.openide.WizardDescriptor.InstantiatingIteratorpublic String name()
name in interface org.openide.WizardDescriptor.Iteratorpublic boolean hasNext()
hasNext in interface org.openide.WizardDescriptor.Iteratorpublic boolean hasPrevious()
hasPrevious in interface org.openide.WizardDescriptor.Iteratorpublic void nextPanel()
nextPanel in interface org.openide.WizardDescriptor.Iteratorpublic void previousPanel()
previousPanel in interface org.openide.WizardDescriptor.Iteratorpublic org.openide.WizardDescriptor.Panel current()
current in interface org.openide.WizardDescriptor.Iteratorpublic final void addChangeListener(ChangeListener l)
addChangeListener in interface org.openide.WizardDescriptor.Iteratorpublic final void removeChangeListener(ChangeListener l)
removeChangeListener in interface org.openide.WizardDescriptor.IteratorCopyright © 2012. All Rights Reserved.