juife
v0.1a

Uses of Class
net.sf.juife.wizard.WizardPage

Packages that use WizardPage
net.sf.juife Provides a set of common components and useful utilities that are missing in the Java 2 Platform Standard Edition. 
net.sf.juife.plaf.basic Provides basic implementations of the pluggable look and feel interfaces defined in net.sf.juife.plaf package. 
net.sf.juife.wizard Provides classes and interfaces for dealing with net.sf.juife.Wizard
 

Uses of WizardPage in net.sf.juife
 

Methods in net.sf.juife that return WizardPage
 WizardPage Wizard.getCurrentPage()
          Gets the current page in the Wizard.
 

Uses of WizardPage in net.sf.juife.plaf.basic
 

Methods in net.sf.juife.plaf.basic with parameters of type WizardPage
 void BasicWizardUI.setCurrentPage(WizardPage page)
          Sets the current page of the wizard.
protected  void BasicWizardRightPane.setWizardPage(WizardPage page)
          Sets the current page in the wizard's right pane.
 

Uses of WizardPage in net.sf.juife.wizard
 

Subclasses of WizardPage in net.sf.juife.wizard
 class ConfirmationPage
          Provides default implementation of typical conformation page.
 class OverviewPage
          Provides default implementation of typical overview page.
 class ProgressPage
          Provides default implementation of typical progress page.
 class SummaryPage
          Provides default implementation of typical summary page.
 class UserInputPage
          Provides default implementation of typical user-input page.
 

Methods in net.sf.juife.wizard that return WizardPage
 WizardPage DefaultWizardModel.getCurrentPage()
          Gets the current page.
 WizardPage WizardModel.getCurrentPage()
          Gets the current page.
 WizardPage DefaultWizardModel.last()
          Moves to the last page in the wizard.
 WizardPage WizardModel.last()
          Moves to the last page in the wizard.
 WizardPage DefaultWizardModel.next()
          Moves to the next page in the wizard.
 WizardPage WizardModel.next()
          Moves to the next page in the wizard.
 WizardPage DefaultWizardModel.previous()
          Moves to the previous page in the wizard.
 WizardPage WizardModel.previous()
          Moves to the previous page in the wizard.
 

Methods in net.sf.juife.wizard with parameters of type WizardPage
 void DefaultWizardModel.addPage(WizardPage page)
          Adds the specified wizard page to the end of the list.
 void DefaultWizardModel.setLast(WizardPage page)
          Sets the last page of the wizard.
 void DefaultWizardModel.setPages(WizardPage[] pages)
          Sets the pages this wizard will use in the specified order.
 

Constructors in net.sf.juife.wizard with parameters of type WizardPage
DefaultWizardModel(WizardPage[] pages)
          Creates a new instance of DefaultWizardModel using the specified pages.
 


juife
v0.1a

Copyright © 2005 Grigor Iliev. All rights reserved. SourceForge.net Logo