Uses of Interface
org.pentaho.di.core.gui.TextFileInputFieldInterface

Packages that use TextFileInputFieldInterface
org.pentaho.di.core.gui   
org.pentaho.di.trans.steps.textfileinput   
org.pentaho.di.ui.core.widget   
org.pentaho.di.ui.trans.steps.textfileinput   
 

Uses of TextFileInputFieldInterface in org.pentaho.di.core.gui
 

Methods in org.pentaho.di.core.gui that return TextFileInputFieldInterface
 TextFileInputFieldInterface TextFileInputFieldInterface.createNewInstance(String newFieldname, int x, int newlength)
           
 

Uses of TextFileInputFieldInterface in org.pentaho.di.trans.steps.textfileinput
 

Classes in org.pentaho.di.trans.steps.textfileinput that implement TextFileInputFieldInterface
 class TextFileInputField
          Describes a single field in a text file
 

Methods in org.pentaho.di.trans.steps.textfileinput that return TextFileInputFieldInterface
 TextFileInputFieldInterface TextFileInputField.createNewInstance(String newFieldname, int x, int newlength)
           
 

Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type TextFileInputFieldInterface
 int TextFileInputField.compareTo(TextFileInputFieldInterface field)
           
 

Uses of TextFileInputFieldInterface in org.pentaho.di.ui.core.widget
 

Methods in org.pentaho.di.ui.core.widget that return types with arguments of type TextFileInputFieldInterface
 Vector<TextFileInputFieldInterface> TableDraw.getFields()
           
 

Method parameters in org.pentaho.di.ui.core.widget with type arguments of type TextFileInputFieldInterface
 void TableDraw.setFields(Vector<TextFileInputFieldInterface> fields)
           
 

Constructor parameters in org.pentaho.di.ui.core.widget with type arguments of type TextFileInputFieldInterface
TableDraw(Composite parent, PropsUI props, WizardPage wPage, Vector<TextFileInputFieldInterface> fields)
           
 

Uses of TextFileInputFieldInterface in org.pentaho.di.ui.trans.steps.textfileinput
 

Methods in org.pentaho.di.ui.trans.steps.textfileinput that return types with arguments of type TextFileInputFieldInterface
 Vector<TextFileInputFieldInterface> TextFileImportWizardPage1.getFields()
           
 

Method parameters in org.pentaho.di.ui.trans.steps.textfileinput with type arguments of type TextFileInputFieldInterface
 void TextFileImportWizardPage1.setFields(Vector<TextFileInputFieldInterface> fields)
           
 

Constructor parameters in org.pentaho.di.ui.trans.steps.textfileinput with type arguments of type TextFileInputFieldInterface
TextFileImportWizardPage1(String arg, PropsUI props, List<String> rows, Vector<TextFileInputFieldInterface> fields)
           
TextFileImportWizardPage2(String arg, PropsUI props, List<String> rows, Vector<TextFileInputFieldInterface> fields)