Uses of Class
org.freehep.swing.wizard.WizardPage

Packages that use WizardPage
org.freehep.swing.wizard An implementation of a Wizard Dialog. 
 

Uses of WizardPage in org.freehep.swing.wizard
 

Methods in org.freehep.swing.wizard that return WizardPage
 WizardPage HasNextPages.getNext()
          This method is called when the user clicks on the "Next" button.
 WizardPage[] HasNextPages.getNextWizardPages()
          Returns an array of all possible next pages.
 

Constructors in org.freehep.swing.wizard with parameters of type WizardPage
WizardDialog(Dialog owner, String title, WizardPage firstPage)
           
WizardDialog(Frame owner, String title, WizardPage firstPage)
           
WizardDialog(String title, WizardPage firstPage)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.