| |
|
| java.lang.Object org.beryl.gui.WizardPageAdapter
WizardPageAdapter | abstract public class WizardPageAdapter (Code) | | Extend the wizard page adapter class to have more control
over the flow of a wizard.
|
finalizePage | public boolean finalizePage(WizardPage page)(Code) | | Called upon finalization of a wizard page. Return false to
avoid going to the next page. You should also display an
error message in this case or the behavior will be considered
strange.
|
isPageReady | public boolean isPageReady(WizardPage page)(Code) | | Called to check whether the current page is ready and
it is possible to move on to the next page. Return false to
disable the "Next" button.
|
preparePage | public void preparePage(WizardPage page)(Code) | | Called upon preparation of a wizard page
|
|
|
|