Uses of Interface
org.xnap.commons.gui.wizard.WizardPage

Packages that use WizardPage
org.xnap.commons.gui.wizard Provides a wizard dialog. 
 

Uses of WizardPage in org.xnap.commons.gui.wizard
 

Classes in org.xnap.commons.gui.wizard that implement WizardPage
 class DefaultWizardPage
          Provides the default implementation for a wizard panel.
 

Methods in org.xnap.commons.gui.wizard that return WizardPage
 WizardPage WizardDialog.getSelectedPage()
           
 

Methods in org.xnap.commons.gui.wizard with parameters of type WizardPage
 void WizardDialog.addPage(int index, WizardPage page, String identifier)
           
 void WizardDialog.addPage(WizardPage page, String identifier)
           
protected  void WizardDialog.firePageChaned(WizardPage oldPage, WizardPage newPage)
           
 void WizardDialogListener.pageChanged(WizardPage oldPage, WizardPage newPage)
          Invoked when the page has been changed by either pressing next or previous
 void WizardDialog.removePage(WizardPage page)
          Removes page from the dialog.
 



Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.