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

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

Uses of WizardContainer in org.springframework.richclient.application.setup
 

Classes in org.springframework.richclient.application.setup that implement WizardContainer
 class SetupWizardDialog
           
 

Uses of WizardContainer in org.springframework.richclient.samples.showcase.wizard
 

Classes in org.springframework.richclient.samples.showcase.wizard that implement WizardContainer
 class BasicWizardDialog
           
 

Uses of WizardContainer in org.springframework.richclient.wizard
 

Classes in org.springframework.richclient.wizard that implement WizardContainer
 class WizardDialog
          Dialog for wizards.
 

Methods in org.springframework.richclient.wizard that return WizardContainer
 WizardContainer AbstractWizard.getContainer()
          Returns the component that contains this wizard.
protected  WizardContainer AbstractWizardPage.getContainer()
           
 WizardContainer Wizard.getContainer()
          Returns the container managing the display of this wizard.
 

Methods in org.springframework.richclient.wizard with parameters of type WizardContainer
 void AbstractWizard.setContainer(WizardContainer container)
          Sets the component that contains this wizard.
 void Wizard.setContainer(WizardContainer wizardContainer)
          Sets or clears the container of this wizard.
 



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