com.rapidminer.operator.nio
Class ExcelFileSelectionWizardStep

java.lang.Object
  extended by com.rapidminer.gui.tools.dialogs.wizards.WizardStep
      extended by com.rapidminer.gui.tools.dialogs.wizards.dataimport.FileSelectionWizardStep
          extended by com.rapidminer.operator.nio.ExcelFileSelectionWizardStep

public class ExcelFileSelectionWizardStep
extends FileSelectionWizardStep

This step allows to select an file. With this file the ExcelResultSetConfiguration will be created.

Author:
Sebastian Land

Field Summary
 
Fields inherited from class com.rapidminer.gui.tools.dialogs.wizards.dataimport.FileSelectionWizardStep
fileChooser
 
Constructor Summary
ExcelFileSelectionWizardStep(AbstractWizard parent, ExcelResultSetConfiguration configuration)
          There must be a configuration given, but might be empty.
 
Method Summary
protected  boolean performEnteringAction(AbstractWizard.WizardStepDirection direction)
          This method is called when the step is entered.
protected  boolean performLeavingAction(AbstractWizard.WizardStepDirection direction)
          This method is called when the step is left.
 
Methods inherited from class com.rapidminer.gui.tools.dialogs.wizards.dataimport.FileSelectionWizardStep
canGoBack, canProceed, getComponent, getSelectedFile
 
Methods inherited from class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
addChangeListener, fireStateChanged, getButtons, getInfoText, getTitle, performEnteringAction, performLeavingAction, removeChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelFileSelectionWizardStep

public ExcelFileSelectionWizardStep(AbstractWizard parent,
                                    ExcelResultSetConfiguration configuration)
There must be a configuration given, but might be empty.

Method Detail

performEnteringAction

protected boolean performEnteringAction(AbstractWizard.WizardStepDirection direction)
Description copied from class: WizardStep
This method is called when the step is entered.

Overrides:
performEnteringAction in class WizardStep

performLeavingAction

protected boolean performLeavingAction(AbstractWizard.WizardStepDirection direction)
Description copied from class: WizardStep
This method is called when the step is left.

Overrides:
performLeavingAction in class WizardStep


Copyright © 2001-2009 by Rapid-I