Uses of Interface
org.pentaho.platform.dataaccess.datasource.wizard.steps.IWizardStep

Packages that use IWizardStep
org.pentaho.platform.dataaccess.datasource.wizard.controllers Various Class Relationships 
org.pentaho.platform.dataaccess.datasource.wizard.steps   
 

Uses of IWizardStep in org.pentaho.platform.dataaccess.datasource.wizard.controllers
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.controllers that return IWizardStep
 IWizardStep IWizardController.getStep(int step)
           
 IWizardStep LinearWizardController.getStep(int step)
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.controllers with parameters of type IWizardStep
 void LinearWizardController.removeStep(IWizardStep step)
           
 

Uses of IWizardStep in org.pentaho.platform.dataaccess.datasource.wizard.steps
 

Classes in org.pentaho.platform.dataaccess.datasource.wizard.steps that implement IWizardStep
 class AbstractWizardStep<T extends IWizardModel>
          Todo: Document Me
 class PhysicalStep
           
 class StageDataStep
           
 class VisualizeStep