|
org.openide.dialogs 6.5.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WizardDescriptor.Iterator
Iterator on the sequence of panels.
WizardDescriptor.Panel
Method Summary | |
---|---|
void |
addChangeListener(ChangeListener l)
Add a listener to changes of the current panel. |
WizardDescriptor.Panel |
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. |
Method Detail |
---|
WizardDescriptor.Panel 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
|
org.openide.dialogs 6.5.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |