WizardDescriptor.AsynchronousInstantiatingIterator<Data>, WizardDescriptor.BackgroundInstantiatingIterator<Data>, WizardDescriptor.InstantiatingIterator<Data>, WizardDescriptor.ProgressInstantiatingIterator<Data>WizardDescriptor.ArrayIteratorpublic static interface WizardDescriptor.Iterator<Data>
WizardDescriptor.Panel| Modifier and Type | Method | Description |
|---|---|---|
void |
addChangeListener(javax.swing.event.ChangeListener l) |
Add a listener to changes of the current panel.
|
WizardDescriptor.Panel<Data> |
current() |
Get the current panel.
|
boolean |
hasNext() |
Test whether there is a next panel.
|
boolean |
hasPrevious() |
Test whether there is a previous panel.
|
java.lang.String |
name() |
Get the name of the current panel.
|
void |
nextPanel() |
Move to the next panel.
|
void |
previousPanel() |
Move to the previous panel.
|
void |
removeChangeListener(javax.swing.event.ChangeListener l) |
Remove a listener to changes of the current panel.
|
WizardDescriptor.Panel<Data> current()
java.lang.String name()
boolean hasNext()
true if soboolean hasPrevious()
true if sovoid nextPanel()
java.util.NoSuchElementException - if the panel does not existvoid previousPanel()
java.util.NoSuchElementException - if the panel does not existvoid addChangeListener(javax.swing.event.ChangeListener l)
l - the listener to addvoid removeChangeListener(javax.swing.event.ChangeListener l)
l - the listener to removeBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.