Uses of Class
org.peace_tools.generic.WizardDialog

Packages that use WizardDialog
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 WizardDialog in org.peace_tools.core.dataset
 

Subclasses of WizardDialog in org.peace_tools.core.dataset
 class DataSetWizard
          This class serves as the top-level class for adding a new data set entry to the work space.
 

Methods in org.peace_tools.core.dataset with parameters of type WizardDialog
 void SummaryWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is called just before this page is to be displayed.
 void ESTInfoWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is called just before this page is to be displayed.
 boolean ESTInfoWizardPage.pageChanging(WizardDialog dialog, int currPage, int nextPage)
          Method to intercept page change and trigger FASTA validation.
 

Uses of WizardDialog in org.peace_tools.core.job
 

Subclasses of WizardDialog in org.peace_tools.core.job
 class JobWizard
          This class serves as the top-level class for creating a new job.
 

Methods in org.peace_tools.core.job with parameters of type WizardDialog
 void HeuristicsWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is called just before this page is to be displayed.
 void JobInfoWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is called just before this page is to be displayed.
 void MSTWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is called just before this page is to be displayed.
 void VerifyWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is called just before this page is to be displayed.
 void SubmitJobWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is called just before this page is to be displayed.
 void ClusterWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is called just before this page is to be displayed.
 boolean JobInfoWizardPage.pageChanging(WizardDialog dialog, int currPage, int nextPage)
           
 boolean MSTWizardPage.pageChanging(WizardDialog dialog, int currPage, int nextPage)
          This method validates the MST file set for in this page.
 boolean FiltersWizardPage.pageChanging(WizardDialog dialog, int currPage, int nextPage)
          Method to veto a page change if filter string is invalid.
 boolean ClusterWizardPage.pageChanging(WizardDialog dialog, int currPage, int nextPage)
          This method validates the cluster file set for in this page.
 

Uses of WizardDialog in org.peace_tools.core.server
 

Subclasses of WizardDialog in org.peace_tools.core.server
 class ServerWizard
          This class serves as the top-level class for adding a new server entry to the work space.
 

Fields in org.peace_tools.core.server declared as WizardDialog
private  WizardDialog ServerInfoWizardPage.wizard
          A reference to the wizard dialog that logically owns this page.
private  WizardDialog ServerAddingEntryWizardPage.wizard
          A reference to the wizard dialog that logically owns this page.
private  WizardDialog ServerTypeWizardPage.wizard
          A reference to the wizard dialog that logically owns this page.
 

Methods in org.peace_tools.core.server with parameters of type WizardDialog
 void ServerInfoWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is called just before this page is to be displayed.
 void ServerAddingEntryWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is called just before this page is to be displayed.
 void ServerTypeWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is called just before this page is to be displayed.
 boolean ServerInfoWizardPage.pageChanging(WizardDialog dialog, int currPage, int nextPage)
           
 boolean ServerAddingEntryWizardPage.pageChanging(WizardDialog dialog, int currPage, int nextPage)
           
 boolean ServerTypeWizardPage.pageChanging(WizardDialog dialog, int currPage, int nextPage)
           
 

Constructors in org.peace_tools.core.server with parameters of type WizardDialog
ServerAddingEntryWizardPage(WizardDialog wizard, Server server)
          The constructor.
ServerInfoWizardPage(WizardDialog wizard, Server server, boolean lockPath)
          The constructor.
ServerTypeWizardPage(WizardDialog wizard, Server server, boolean changeCredentialsOnly)
          The constructor.
 

Uses of WizardDialog in org.peace_tools.generic
 

Methods in org.peace_tools.generic with parameters of type WizardDialog
 void GenericWizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          Method to setup this page just before it is displayed.
 void WizardPage.pageChanged(WizardDialog dialog, int currPage, int prevPage)
          This method is invoked on a wizard page just before it is going to be displayed.
 boolean GenericWizardPage.pageChanging(WizardDialog dialog, int currPage, int nextPage)
          Method to veto a page change (if needed).
 boolean WizardPage.pageChanging(WizardDialog dialog, int currPage, int nextPage)
          This method is invoked to indicate indicate to the currently visible page that the user is moving away from the current page by clicking either on the "Previous" or the "Next" button.