Uses of Class
org.peace_tools.generic.GenericWizardPage

Packages that use GenericWizardPage
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. 
 

Uses of GenericWizardPage in org.peace_tools.core.dataset
 

Subclasses of GenericWizardPage in org.peace_tools.core.dataset
 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 GenericWizardPage in org.peace_tools.core.job
 

Subclasses of GenericWizardPage in org.peace_tools.core.job
 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 GenericWizardPage in org.peace_tools.core.server
 

Subclasses of GenericWizardPage in org.peace_tools.core.server
 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.