|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardPage | |
---|---|
org.freehep.swing.wizard | An implementation of a Wizard Dialog. |
Uses of WizardPage in org.freehep.swing.wizard |
---|
Methods in org.freehep.swing.wizard that return WizardPage | |
---|---|
WizardPage |
HasNextPages.getNext()
This method is called when the user clicks on the "Next" button. |
WizardPage[] |
HasNextPages.getNextWizardPages()
Returns an array of all possible next pages. |
Constructors in org.freehep.swing.wizard with parameters of type WizardPage | |
---|---|
WizardDialog(Dialog owner,
String title,
WizardPage firstPage)
|
|
WizardDialog(Frame owner,
String title,
WizardPage firstPage)
|
|
WizardDialog(String title,
WizardPage firstPage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |