|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of Wizard in org.springframework.richclient.application.setup |
---|
Classes in org.springframework.richclient.application.setup that implement Wizard | |
---|---|
class |
SetupWizard
|
Constructors in org.springframework.richclient.application.setup with parameters of type Wizard | |
---|---|
SetupWizardDialog(Wizard wizard)
|
Uses of Wizard in org.springframework.richclient.samples.petclinic.ui |
---|
Classes in org.springframework.richclient.samples.petclinic.ui that implement Wizard | |
---|---|
class |
NewOwnerWizard
|
Uses of Wizard in org.springframework.richclient.samples.showcase.wizard |
---|
Classes in org.springframework.richclient.samples.showcase.wizard that implement Wizard | |
---|---|
class |
InstallWizard
|
Uses of Wizard in org.springframework.richclient.wizard |
---|
Classes in org.springframework.richclient.wizard that implement Wizard | |
---|---|
class |
AbstractWizard
A convenience implementation of the Wizard interface. |
Methods in org.springframework.richclient.wizard that return Wizard | |
---|---|
Wizard |
WizardPage.getWizard()
Returns the wizard that hosts this wizard page. |
Wizard |
AbstractWizardPage.getWizard()
|
Methods in org.springframework.richclient.wizard with parameters of type Wizard | |
---|---|
void |
WizardListener.onPerformCancel(Wizard wizard,
boolean result)
Invoked immediately after a wizard's performCancel method is invoked. |
void |
WizardListener.onPerformFinish(Wizard wizard,
boolean result)
Invoked immediately after a wizard's performFinish method is invoked. |
void |
WizardDialog.setWizard(Wizard wizard)
|
void |
WizardPage.setWizard(Wizard newWizard)
Sets the wizard that hosts this wizard page. |
void |
AbstractWizardPage.setWizard(Wizard newWizard)
|
Constructors in org.springframework.richclient.wizard with parameters of type Wizard | |
---|---|
WizardDialog(Wizard wizard)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |