|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Summary
object that will display the passed
String
s in a JList
or similar.
Summary
object that will display the passed component.
Summary
object which will display the
passed String
in a text component of some sort.
WizardPage
s
WizardPage.WizardResultProducer.finish()
or WizardPanelProvider.finish()
.UNDETERMINED_STEP
if subsequent steps of the
wizard depend on the user's interaction beyond that point.
navigatingTo()
.
getCurrentStep()
.
WizardPanelProvider
representing the
steps from here to the final step of the wizard, varying the returned
object based on the contents of the map and the step in question.
getCurrentStep()
, or null if the current step is the
first page of the wizard.
Wizard
that created this Summary
object computes.
getForwardNavigationMode()
to indicate that the Next button can be enabled (or the Finish button
if the current panel is the last one in the wizard).
setForwardNavigationMode
to indicate
that the Next button can be enabled if the problem string is null.
getForwardNavigationMode
to indicate
that both the Finish and Next buttons can be enabled if the problem
string is null.
setForwardNavigationMode
to indicate
that both the Finish and Next buttons can be enabled if the problem
string is null.
getForwardNavigationMode
to indicate
that the Finish button can be enabled if the problem string is null.
setForwardNavigationMode
to indicate
that the Finish button can be enabled if the problem string is null.
id
.
WizardPage.WizardResultProducer.finish()
or WizardPanelProvider.finish()
, or passed to
DeferredWizardResult.ResultProgressHandle.finish()
.getWizardForStep
to return one or another a wizard which
represents the subsequent steps after a decision point, or override
getPanelProviderForStep
to provide instances of WizardPanelProvider
if there are no subsequent branch points and the continuation is a
simple wizard.WizardPage.createCustomComponentListener()
.CustomComponentListener.startListeningTo()
,
which can be called when an event has occurred on a custom component the
CustomComponentListener
has claimed (by returning true
from its accept()
method).WizardPage
offers somewhat simpler functionality for
creating a wizard than does WizardPanelProvider; the only advantage of
WizardPanelProvider
is that it does not require one to
subclass a panel component).
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |