Uses of Class
org.peace_tools.core.dataset.DataSetWizard

Packages that use DataSetWizard
org.peace_tools.core.dataset Contains the classes associated with the data set wizard. 
 

Uses of DataSetWizard in org.peace_tools.core.dataset
 

Fields in org.peace_tools.core.dataset declared as DataSetWizard
private  DataSetWizard SummaryWizardPage.wizard
          A reference to the wizard dialog that logically owns this page.
private  DataSetWizard ESTInfoWizardPage.wizard
          A reference to the wizard dialog that logically owns this page.
 

Constructors in org.peace_tools.core.dataset with parameters of type DataSetWizard
ESTInfoWizardPage(DataSetWizard wizard, DataSet dataSet, boolean lockPath)
          The constructor.
SummaryWizardPage(DataSetWizard wizard, DataSet dataSet)
          The constructor.