Uses of Interface
org.peace_tools.generic.WizardPage

Packages that use WizardPage
org.peace_tools.core.dataset Contains the classes associated with the data set wizard. 
org.peace_tools.core.job Contains the classes associated with the job wizard. 
org.peace_tools.core.server Contains the classes associated with the server wizard. 
org.peace_tools.generic Provides a generic set of application-independent classes for performing standard GUI operations. 
 

Uses of WizardPage in org.peace_tools.core.dataset
 

Classes in org.peace_tools.core.dataset that implement WizardPage
 class ESTInfoWizardPage
          This class serves as the second interactive page in a the Data Set Wizard.
 class SummaryWizardPage
          This class serves as the last page in a DataSetWizard.
 

Uses of WizardPage in org.peace_tools.core.job
 

Classes in org.peace_tools.core.job that implement WizardPage
 class AnalyzerWizardPage
          This class serves as an interactive page in a JobWizard.
 class ClusterWizardPage
          This class serves as an interactive page in a JobWizard.
 class FiltersWizardPage
          This class serves as an interactive page in a JobWizard.
 class HeuristicsWizardPage
          This class serves as an interactive page in a JobWizard.
 class JobInfoWizardPage
          This class serves as the second interactive page in a JobWizard.
 class MSTWizardPage
          This class serves as an interactive page in a JobWizard.
 class SubmitJobWizardPage
          This class serves as the final page in a JobWizard.
 class VerifyWizardPage
          This class serves as the penultimate page in a JobWizard.
 

Uses of WizardPage in org.peace_tools.core.server
 

Classes in org.peace_tools.core.server that implement WizardPage
 class ServerAddingEntryWizardPage
          This class serves as the last page in a ServerWizard.
 class ServerInfoWizardPage
          This class serves as the second interactive page in a ServerWizard.
 class ServerTypeWizardPage
          This class serves as the first interactive page in a ServerWizard.
 

Uses of WizardPage in org.peace_tools.generic
 

Classes in org.peace_tools.generic that implement WizardPage
 class GenericWizardPage
          This class serves as a generic wizard page.
 

Fields in org.peace_tools.generic with type parameters of type WizardPage
private  java.util.ArrayList<WizardPage> WizardDialog.pages
          The array list containing the set of pages to be displayed by this wizard in the same sequence as they are to be displayed.
 

Methods in org.peace_tools.generic that return WizardPage
 WizardPage WizardDialog.getPage(int index)
          Obtain wizard page associated with the given index.
 

Methods in org.peace_tools.generic with parameters of type WizardPage
 void WizardDialog.addPage(WizardPage page)
          Adds a new wizard page to the list of wizard dialog pages.