|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public WizardDescriptor.Panel current()
public String name()
public boolean hasNext()
true
if sopublic boolean hasPrevious()
true
if sopublic void nextPanel()
NoSuchElementException
- if the panel does not existpublic void previousPanel()
NoSuchElementException
- if the panel does not existpublic void addChangeListener(ChangeListener l)
l
- the listener to addpublic void removeChangeListener(ChangeListener l)
l
- the listener to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |