Uses of Class
org.bounce.wizard.WizardPage

Packages that use WizardPage
org.bounce.wizard   
 

Uses of WizardPage in org.bounce.wizard
 

Methods in org.bounce.wizard that return WizardPage
 WizardPage WizardPage.getBack()
           
abstract  WizardPage WizardPage.getNext()
           
 WizardPage Wizard.getPage()
           
 

Methods in org.bounce.wizard that return types with arguments of type WizardPage
protected  CardPanel<WizardPage> Wizard.getCards()
           
 

Methods in org.bounce.wizard with parameters of type WizardPage
 void Wizard.addPage(WizardPage page)
          Add a page to the wizard.
 void WizardPage.setBack(WizardPage back)
           
protected  void Wizard.setPage(WizardPage page)
           
 

Constructors in org.bounce.wizard with parameters of type WizardPage
WizardPageEvent(WizardPage source)
           
 



Copyright © 2002-2011 Edwin Dankert. All Rights Reserved.