public static interface WizardDescriptor.Iterator<Data>
WizardDescriptor.Panel
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(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.
|
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(ChangeListener l)
Remove a listener to changes of the current panel.
|
WizardDescriptor.Panel<Data> current()
String name()
boolean hasNext()
true
if soboolean hasPrevious()
true
if sovoid nextPanel()
NoSuchElementException
- if the panel does not existvoid previousPanel()
NoSuchElementException
- if the panel does not existvoid addChangeListener(ChangeListener l)
l
- the listener to addvoid removeChangeListener(ChangeListener l)
l
- the listener to remove