|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
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 LETTER NEXT LETTER | FRAMES NO FRAMES |