|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardPage | |
---|---|
org.xnap.commons.gui.wizard | Provides a wizard dialog. |
Uses of WizardPage in org.xnap.commons.gui.wizard |
---|
Classes in org.xnap.commons.gui.wizard that implement WizardPage | |
---|---|
class |
DefaultWizardPage
Provides the default implementation for a wizard panel. |
Methods in org.xnap.commons.gui.wizard that return WizardPage | |
---|---|
WizardPage |
WizardDialog.getSelectedPage()
|
Methods in org.xnap.commons.gui.wizard with parameters of type WizardPage | |
---|---|
void |
WizardDialog.addPage(int index,
WizardPage page,
String identifier)
|
void |
WizardDialog.addPage(WizardPage page,
String identifier)
|
protected void |
WizardDialog.firePageChaned(WizardPage oldPage,
WizardPage newPage)
|
void |
WizardDialogListener.pageChanged(WizardPage oldPage,
WizardPage newPage)
Invoked when the page has been changed by either pressing next or previous |
void |
WizardDialog.removePage(WizardPage page)
Removes page from the dialog. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |