|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A WizardPage that implements this interface will have one or more subsequent pages. When a page that implements this interface is showing in a WizardDialog, the "Next" button will be enabled. A sensible wizard page would implement this interface, or the Finishable interface, or both. If you implement neither then neither the "Next" nor "Finish" button will enable on the wizard, and you page will be a "dead end".
WizardPage
,
WizardDialog
,
Finishable
Method Summary | |
WizardPage |
getNext()
This method is called when the user clicks on the "Next" button. |
WizardPage[] |
getNextWizardPages()
Returns an array of all possible next pages. |
Method Detail |
public WizardPage getNext()
getNextWizardPages
.
getNextWizardPages
public WizardPage[] getNextWizardPages()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |