Class TextFileOutputLegacyDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.trans.step.BaseStepDialog
-
- org.pentaho.di.ui.trans.steps.textfileoutput.TextFileOutputDialog
-
- org.pentaho.di.ui.trans.steps.textfileoutputlegacy.TextFileOutputLegacyDialog
-
- All Implemented Interfaces:
org.pentaho.di.trans.step.StepDialogInterface
public class TextFileOutputLegacyDialog extends TextFileOutputDialog
Deprecated.useTextFileOutputDialog
instead.This is deprecated version with capability run as command.
-
-
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 inherited from class org.pentaho.di.ui.trans.steps.textfileoutput.TextFileOutputDialog
input, wCreateParentFolder, wlCreateParentFolder, wServletOutput
-
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 TextFileOutputLegacyDialog(org.eclipse.swt.widgets.Shell parent, Object in, org.pentaho.di.trans.TransMeta transMeta, String sname)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected org.eclipse.swt.widgets.Control
addAdditionalComponentIfNeed(int middle, int margin, org.eclipse.swt.widgets.Composite wFileComp, org.eclipse.swt.widgets.Composite topComp)
Deprecated.protected void
enableParentFolder()
Deprecated.void
getData()
Deprecated.Copy information from the meta-data input to the dialog fields.protected String
getDialogTitle()
Deprecated.protected void
saveInfoInMeta(org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta tfoi)
Deprecated.protected void
setFlagsServletOption()
Deprecated.-
Methods inherited from class org.pentaho.di.ui.trans.steps.textfileoutput.TextFileOutputDialog
open, setComboBoxes, setMinimalWidth
-
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
-
addAdditionalComponentIfNeed
protected org.eclipse.swt.widgets.Control addAdditionalComponentIfNeed(int middle, int margin, org.eclipse.swt.widgets.Composite wFileComp, org.eclipse.swt.widgets.Composite topComp)
Deprecated.- Overrides:
addAdditionalComponentIfNeed
in classTextFileOutputDialog
-
setFlagsServletOption
protected void setFlagsServletOption()
Deprecated.- Overrides:
setFlagsServletOption
in classTextFileOutputDialog
-
getDialogTitle
protected String getDialogTitle()
Deprecated.- Overrides:
getDialogTitle
in classTextFileOutputDialog
-
getData
public void getData()
Deprecated.Description copied from class:TextFileOutputDialog
Copy information from the meta-data input to the dialog fields.- Overrides:
getData
in classTextFileOutputDialog
-
saveInfoInMeta
protected void saveInfoInMeta(org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta tfoi)
Deprecated.- Overrides:
saveInfoInMeta
in classTextFileOutputDialog
-
enableParentFolder
protected void enableParentFolder()
Deprecated.- Overrides:
enableParentFolder
in classTextFileOutputDialog
-
-