Uses of Class
org.peace_tools.core.job.AnalyzerWizardPage

Packages that use AnalyzerWizardPage
org.peace_tools.core.job Contains the classes associated with the job wizard. 
 

Uses of AnalyzerWizardPage in org.peace_tools.core.job
 

Fields in org.peace_tools.core.job declared as AnalyzerWizardPage
private  AnalyzerWizardPage HeuristicsWizardPage.awp
          A reference to the analyzer wizard page from where the the frame size set for the analyzer is obtained and used to seed the frame size for the t/v heuristic.
private  AnalyzerWizardPage JobWizard.awp
          The analyzer wizard page contains the analyzer information to be used for constructing the MST for this job.
 

Constructors in org.peace_tools.core.job with parameters of type AnalyzerWizardPage
HeuristicsWizardPage(JobWizard wizard, AnalyzerWizardPage awp)
          The constructor.