Class TextFileInputDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.trans.step.BaseStepDialog
-
- org.pentaho.di.ui.trans.steps.textfileinput.TextFileInputDialog
-
- All Implemented Interfaces:
org.pentaho.di.trans.step.StepDialogInterface
public class TextFileInputDialog extends BaseStepDialog implements org.pentaho.di.trans.step.StepDialogInterface
Deprecated.replaced by implementation in the ...steps.fileinput.text package
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
BaseStepDialog.AddConnectionListener, BaseStepDialog.EditConnectionListener, BaseStepDialog.FieldsChoiceDialogProvider
-
-
Field Summary
Fields Modifier and Type Field Description static int[]
dateLengths
Deprecated.protected boolean
firstClickOnDateLocale
Deprecated.-
Fields inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
backupChanged, baseStepMeta, BUTTON_ALIGNMENT_CENTER, BUTTON_ALIGNMENT_LEFT, BUTTON_ALIGNMENT_RIGHT, buttonAlignment, changed, databaseDialog, fdCancel, fdCreate, fdGet, fdlStepname, fdOK, fdPreview, fdSQL, fdStepname, log, loggingObject, lsCancel, lsCreate, lsDef, lsGet, lsOK, lsPreview, lsResize, lsSQL, metaStore, props, repository, shell, stepMeta, stepname, transMeta, variables, wCancel, wCreate, wGet, wlStepname, wOK, wPreview, wSQL, wStepname
-
-
Constructor Summary
Constructors Constructor Description TextFileInputDialog(org.eclipse.swt.widgets.Shell parent, Object in, org.pentaho.di.trans.TransMeta transMeta, String sname)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
getData(org.pentaho.di.trans.steps.textfileinput.TextFileInputMeta meta)
Deprecated.Read the data from the TextFileInputMeta object and show it in this dialog.static int
guessIntLength(double d)
Deprecated.static int
guessPrecision(double d)
Deprecated.String
open()
Deprecated.void
setFlags()
Deprecated.protected void
setLocales()
Deprecated.void
setMinimalWidth()
Deprecated.Sets the input width to minimal width...void
setMinimalWidth(TableView wFields)
Deprecated.Overloading setMinimalWidth() in order to test trim functionality-
Methods inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, addDatabases, addDatabases, centerButtons, createHelpButton, dispose, generateFieldMapping, getButtonAlignment, getDatabaseDialog, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getMetaStore, getModifyListenerTooltipText, getPathOf, getRepository, isBasic, isDebug, isDetailed, isRowLevel, leftAlignButtons, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, positionBottomButtons, positionBottomLeftButtons, positionBottomRightButtons, reinitConnectionDropDown, rightAlignButtons, selectDatabase, setButtonPositions, setMetaStore, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setSize, setTraverseOrder, showDbDialogUnlessCancelledOrValid, showDbExistsDialog, storeScreenSize, toString
-
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
-
-
-
Method Detail
-
open
public String open()
Deprecated.- Specified by:
open
in interfaceorg.pentaho.di.trans.step.StepDialogInterface
-
setLocales
protected void setLocales()
Deprecated.
-
setFlags
public void setFlags()
Deprecated.
-
getData
public void getData(org.pentaho.di.trans.steps.textfileinput.TextFileInputMeta meta)
Deprecated.Read the data from the TextFileInputMeta object and show it in this dialog.- Parameters:
meta
- The TextFileInputMeta object to obtain the data from.
-
guessPrecision
public static int guessPrecision(double d)
Deprecated.
-
guessIntLength
public static int guessIntLength(double d)
Deprecated.
-
setMinimalWidth
public void setMinimalWidth()
Deprecated.Sets the input width to minimal width...
-
setMinimalWidth
public void setMinimalWidth(TableView wFields)
Deprecated.Overloading setMinimalWidth() in order to test trim functionality- Parameters:
wFields
- mocked TableView to avoid wFields.nrNonEmpty() from throwing NullPointerException
-
-