Uses of Class
org.infai.emo.matcher.editor.wizard.WizardPage

Packages that use WizardPage
org.infai.emo.matcher.editor.wizard   
org.infai.emo.matcher.editor.wizard.impl   
 

Uses of WizardPage in org.infai.emo.matcher.editor.wizard
 

Fields in org.infai.emo.matcher.editor.wizard with type parameters of type WizardPage
private  java.util.Vector<WizardPage> Wizard.pages
          The Vector that caches the wizard-pages in the order they are added.
 

Methods in org.infai.emo.matcher.editor.wizard that return types with arguments of type WizardPage
 java.util.Vector<WizardPage> Wizard.getPages()
           
 

Methods in org.infai.emo.matcher.editor.wizard with parameters of type WizardPage
 void Wizard.addPage(WizardPage page)
          Add a new WizardPage to the wizard.
 void Wizard.setPage(WizardPage page)
          This method switches to another Page.
 

Uses of WizardPage in org.infai.emo.matcher.editor.wizard.impl
 

Subclasses of WizardPage in org.infai.emo.matcher.editor.wizard.impl
 class ComparatorPage
          This page contains the settings for the comparison of both models.
 class LoadPage
          This page contains the file-choosers for the models.