Editor for use as a page in a
Wizard.
A note about implementations: A WizardPage
has knowledge about the wizard in which it is running (through the method {@link #getWizard()}. To maximize reusability, it is recommended, however, to keep this coupling as loose as possible by not tying a WizardPage
to a particular Wizard
implementation.
When navigating to the next page in the wizard, this is the guaranteed order of execution:
- allowsRemoval()
- prepareForRemoval()
- getNextPage()
@author Torgil Zethson
@see org.jitterbit.application.ui.wizard.Wizard