WizardDescriptor.AsynchronousInstantiatingIterator<Data>
, WizardDescriptor.BackgroundInstantiatingIterator<Data>
, WizardDescriptor.InstantiatingIterator<Data>
, WizardDescriptor.ProgressInstantiatingIterator<Data>
WizardDescriptor.ArrayIterator
public static interface WizardDescriptor.Iterator<Data>
WizardDescriptor.Panel
Modifier and Type | Method | 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 removeBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.