org.pentaho.di.ui.trans.steps.fixedinput
Class FixedFileImportWizardPage1

java.lang.Object
  extended by WizardPage
      extended by org.pentaho.di.ui.trans.steps.fixedinput.FixedFileImportWizardPage1

public class FixedFileImportWizardPage1
extends WizardPage


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

Constructor Detail

FixedFileImportWizardPage1

public FixedFileImportWizardPage1(String arg,
                                  PropsUI props,
                                  List<String> rows,
                                  List<FixedFileInputField> fields)
Method Detail

createControl

public void createControl(Composite parent)

setFields

public void setFields(List<FixedFileInputField> fields)

getFields

public List<FixedFileInputField> getFields()

canFlipToNextPage

public boolean canFlipToNextPage()

getSize

public int getSize()