org.pentaho.di.ui.trans.steps.textfileinput
Class TextFileImportWizardPage1

java.lang.Object
  extended by WizardPage
      extended by org.pentaho.di.ui.trans.steps.textfileinput.TextFileImportWizardPage1

public class TextFileImportWizardPage1
extends WizardPage


Constructor Summary
TextFileImportWizardPage1(String arg, PropsUI props, List<String> rows, Vector<TextFileInputFieldInterface> fields)
           
 
Method Summary
 boolean canFlipToNextPage()
           
 void createControl(Composite parent)
           
 Vector<TextFileInputFieldInterface> getFields()
           
 int getSize()
           
 void setFields(Vector<TextFileInputFieldInterface> fields)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFileImportWizardPage1

public TextFileImportWizardPage1(String arg,
                                 PropsUI props,
                                 List<String> rows,
                                 Vector<TextFileInputFieldInterface> fields)
Method Detail

createControl

public void createControl(Composite parent)

setFields

public void setFields(Vector<TextFileInputFieldInterface> fields)

getFields

public Vector<TextFileInputFieldInterface> getFields()

canFlipToNextPage

public boolean canFlipToNextPage()

getSize

public int getSize()