|
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 can be the final page on a WizardDialog. When a Finishable page is displayed on the wizard, the "Finish" button is enabled. A sensible wizard page would implement either this interface, or HasNextPages, or both. If your page implemented neither then neither the "Next" nor "Finish" button would enable, so your page would be a "dead end."
WizardPage
,
WizardDialog
,
HasNextPages
Method Summary | |
void |
onFinish()
Invoked by the WizardDialog when the used clicks on the "Finish" button. |
Method Detail |
public void onFinish()
WizardDialog
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |