Uses of Interface
portal.comp.wizard.WizardPage

Packages that use WizardPage
portal.comp.wizard   
 

Uses of WizardPage in portal.comp.wizard
 

Methods in portal.comp.wizard that return WizardPage
 WizardPage InternalWizardPage.getWizardPage()
           
 WizardPage WizardState.getCurrentPage()
           
 WizardPage WizardModel.remove(int index)
           
 WizardPage WizardModel.MyWizardState.getCurrentPage()
           
 

Methods in portal.comp.wizard with parameters of type WizardPage
 void WizardModel.addWizardPage(WizardPage wizardPage)
           
 void WizardModel.addWizardPage(int index, WizardPage wizardPage)
           
 

Constructors in portal.comp.wizard with parameters of type WizardPage
InternalWizardPage(WizardPage child)