public interface WizardPage
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getComponent()
Provides the GUI component to be displayed.
|
Configuration |
getConfiguration()
Provides the current user settings specified by user interaction.
|
javax.swing.ImageIcon |
getIcon()
Provides the graphical icon of the page used for display.
|
WizardPage |
getNextPage()
Provides the next page to be displayed by the dialog.
|
java.lang.String |
getOverviewText()
Provides the text displayed by the overview (shorter than title).
|
WizardPage[] |
getPossibleNextPages()
Provides the set of pages that are possibly displayed next.
|
java.lang.String |
getTitle()
Provides the title of the page used for display.
|
void |
pageAdded(WizardDialog parent)
Informs the wizard page that it will soon be used by the wizard dialog.
|
void |
pageBecomesHidden()
Informs the wizard page that it will be made invisible by the dialog.
|
void |
pageBecomesShown()
Informs the wizard page that it will be made visible by the dialog.
|
void |
pageIsHiding()
Informs the wizard page that it was made invisible by the wizard.
|
void |
pageIsShowing()
Informs the wizard page that it was made visible by the dialog.
|
void |
setNextPage(WizardPage page)
Sets the next page to be displayed by the dialog.
|
java.lang.String getTitle()
java.lang.String getOverviewText()
javax.swing.ImageIcon getIcon()
java.awt.Component getComponent()
void pageAdded(WizardDialog parent)
parent
- The wizard dialogvoid pageBecomesShown()
void pageBecomesHidden()
void pageIsShowing()
void pageIsHiding()
void setNextPage(WizardPage page)
page
- The next page to be shown, null
means last pageWizardPage getNextPage()
null
means last pageWizardPage[] getPossibleNextPages()
null
means last pageConfiguration getConfiguration()
Copyright © 2005-2023 Leisenfels GmbH. All rights reserved.