public class TextFileInputDialog extends BaseStepDialog implements org.pentaho.di.trans.step.StepDialogInterface
| Modifier and Type | Field and Description |
|---|---|
static int[] |
dateLengths |
loggingObject| Constructor and Description |
|---|
TextFileInputDialog(org.eclipse.swt.widgets.Shell parent,
Object in,
org.pentaho.di.trans.TransMeta transMeta,
String sname) |
| Modifier and Type | Method and Description |
|---|---|
void |
getData(org.pentaho.di.trans.steps.textfileinput.TextFileInputMeta meta)
Read the data from the TextFileInputMeta object and show it in this dialog.
|
static int |
guessIntLength(double d) |
static int |
guessPrecision(double d) |
String |
open() |
void |
setFlags() |
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, addDatabases, addDatabases, dispose, generateFieldMapping, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getMetaStore, getModifyListenerTooltipText, getRepository, isBasic, isDebug, isDetailed, isRowLevel, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, selectDatabase, setMetaStore, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setTraverseOrder, storeScreenSize, toStringpublic String open()
open in interface org.pentaho.di.trans.step.StepDialogInterfacepublic void setFlags()
public void getData(org.pentaho.di.trans.steps.textfileinput.TextFileInputMeta meta)
meta - The TextFileInputMeta object to obtain the data from.public static int guessPrecision(double d)
public static int guessIntLength(double d)