Class FormulaDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.pipeline.transform.BaseTransformDialog
-
- org.apache.hop.pipeline.transforms.formula.FormulaDialog
-
- All Implemented Interfaces:
org.apache.hop.pipeline.transform.ITransformDialog
public class FormulaDialog extends BaseTransformDialog implements org.apache.hop.pipeline.transform.ITransformDialog
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.hop.ui.pipeline.transform.BaseTransformDialog
BaseTransformDialog.IFieldsChoiceDialogProvider
-
-
Field Summary
-
Fields inherited from class org.apache.hop.ui.pipeline.transform.BaseTransformDialog
backupChanged, baseTransformMeta, BUTTON_ALIGNMENT_CENTER, BUTTON_ALIGNMENT_LEFT, BUTTON_ALIGNMENT_RIGHT, buttonAlignment, changed, fdCancel, fdCreate, fdGet, fdlTransformName, fdOk, fdPreview, fdSql, fdTransformName, log, loggingObject, lsResize, metadataProvider, pipelineMeta, props, shell, transformMeta, transformName, variables, wCancel, wCreate, wGet, wlTransformName, wOk, wPreview, wSql, wTransformName
-
-
Constructor Summary
Constructors Constructor Description FormulaDialog(org.eclipse.swt.widgets.Shell parent, IVariables variables, Object in, org.apache.hop.pipeline.PipelineMeta tr, String sname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetData()Copy information from the meta-data currentMeta to the dialog fields.Stringopen()protected voidsetComboBoxes()-
Methods inherited from class org.apache.hop.ui.pipeline.transform.BaseTransformDialog
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, centerButtons, dispose, getButtonAlignment, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getMetadataProvider, getModifyListenerTooltipText, getVariables, isBasic, isDebug, isDetailed, isDisposed, isRowLevel, leftAlignButtons, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, positionBottomButtons, replaceNameWithBaseFilename, rightAlignButtons, setActive, setButtonPositions, setMetadataProvider, setMinimalShellHeight, setShellImage, setSize, setSize, setSize, setSize, setTraverseOrder, toString
-
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
-
-
-
Constructor Detail
-
FormulaDialog
public FormulaDialog(org.eclipse.swt.widgets.Shell parent, IVariables variables, Object in, org.apache.hop.pipeline.PipelineMeta tr, String sname)
-
-
Method Detail
-
open
public String open()
- Specified by:
openin interfaceorg.apache.hop.pipeline.transform.ITransformDialog
-
setComboBoxes
protected void setComboBoxes()
-
getData
public void getData()
Copy information from the meta-data currentMeta to the dialog fields.
-
-