Class ConstantDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.pipeline.transform.BaseTransformDialog
-
- org.apache.hop.pipeline.transforms.constant.ConstantDialog
-
- All Implemented Interfaces:
org.apache.hop.pipeline.transform.ITransformDialog
public class ConstantDialog 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 ConstantDialog(org.eclipse.swt.widgets.Shell parent, IVariables variables, Object in, org.apache.hop.pipeline.PipelineMeta pipelineMeta, String sname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetData()Copy information from the meta-data input to the dialog fields.Stringopen()-
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
-
ConstantDialog
public ConstantDialog(org.eclipse.swt.widgets.Shell parent, IVariables variables, Object in, org.apache.hop.pipeline.PipelineMeta pipelineMeta, String sname)
-
-
Method Detail
-
open
public String open()
- Specified by:
openin interfaceorg.apache.hop.pipeline.transform.ITransformDialog
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
-