Uses of Interface
org.springframework.richclient.wizard.Wizard

Packages that use Wizard
org.springframework.richclient.application.setup   
org.springframework.richclient.samples.showcase.wizard   
org.springframework.richclient.wizard   
 

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.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.
 

Fields in org.springframework.richclient.wizard declared as Wizard
protected  Wizard WizardDialog.wizard
           
 

Methods in org.springframework.richclient.wizard that return Wizard
 Wizard AbstractWizardPage.getWizard()
           
 Wizard WizardPage.getWizard()
          Returns the wizard that hosts this wizard page.
 

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 ExtendedWizardDialog.setWizard(Wizard wizard)
           
 void WizardDialog.setWizard(Wizard wizard)
           
 void AbstractWizardPage.setWizard(Wizard newWizard)
           
 void WizardPage.setWizard(Wizard newWizard)
          Sets the wizard that hosts this wizard page.
 

Constructors in org.springframework.richclient.wizard with parameters of type Wizard
ExtendedWizardDialog(Wizard wizard)
           
ExtendedWizardDialog(Wizard wizard, String id)
           
WizardDialog(Wizard wizard)
           
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.