Class TextFileOutputDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.trans.step.BaseStepDialog
org.pentaho.di.ui.trans.steps.textfileoutput.TextFileOutputDialog
- All Implemented Interfaces:
org.pentaho.di.trans.step.StepDialogInterface
- Direct Known Subclasses:
TextFileOutputLegacyDialog
public class TextFileOutputDialog
extends BaseStepDialog
implements org.pentaho.di.trans.step.StepDialogInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
BaseStepDialog.AddConnectionListener, BaseStepDialog.EditConnectionListener, BaseStepDialog.FieldsChoiceDialogProvider -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMetaprotected org.eclipse.swt.widgets.Buttonprotected org.eclipse.swt.widgets.Labelprotected org.eclipse.swt.widgets.ButtonFields 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
ConstructorsConstructorDescriptionTextFileOutputDialog(org.eclipse.swt.widgets.Shell parent, Object in, org.pentaho.di.trans.TransMeta transMeta, String sname) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.swt.widgets.ControladdAdditionalComponentIfNeed(int middle, int margin, org.eclipse.swt.widgets.Composite wFileComp, org.eclipse.swt.widgets.Composite topComp) protected voidvoidgetData()Copy information from the meta-data input to the dialog fields.protected Stringopen()protected voidsaveInfoInMeta(org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta tfoi) protected voidprotected voidvoidSets the output width to minimal width...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, toStringMethods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.pentaho.di.trans.step.StepDialogInterface
setMetaStore, setRepository
-
Field Details
-
wServletOutput
protected org.eclipse.swt.widgets.Button wServletOutput -
input
protected org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta input -
wlCreateParentFolder
protected org.eclipse.swt.widgets.Label wlCreateParentFolder -
wCreateParentFolder
protected org.eclipse.swt.widgets.Button wCreateParentFolder
-
-
Constructor Details
-
TextFileOutputDialog
-
-
Method Details
-
open
- Specified by:
openin interfaceorg.pentaho.di.trans.step.StepDialogInterface
-
getDialogTitle
-
addAdditionalComponentIfNeed
protected org.eclipse.swt.widgets.Control addAdditionalComponentIfNeed(int middle, int margin, org.eclipse.swt.widgets.Composite wFileComp, org.eclipse.swt.widgets.Composite topComp) -
setFlagsServletOption
protected void setFlagsServletOption() -
setComboBoxes
protected void setComboBoxes() -
getData
public void getData()Copy information from the meta-data input to the dialog fields. -
saveInfoInMeta
protected void saveInfoInMeta(org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta tfoi) -
setMinimalWidth
public void setMinimalWidth()Sets the output width to minimal width... -
enableParentFolder
protected void enableParentFolder()
-