Class PipelineExecutorDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.pipeline.transform.BaseTransformDialog
-
- org.apache.hop.pipeline.transforms.pipelineexecutor.PipelineExecutorDialog
-
- All Implemented Interfaces:
org.apache.hop.pipeline.transform.ITransformDialog
public class PipelineExecutorDialog 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 Modifier and Type Field Description protected booleanjobModifiedprotected org.eclipse.swt.widgets.LabelwlRunConfigurationprotected ComboVarwRunConfiguration-
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 PipelineExecutorDialog(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 input to the dialog fields.protected org.eclipse.swt.graphics.ImagegetImage()protected voidgetParametersFromPipeline()Get parameters from the specified pipelineprotected voidmapFieldsToPipelineParameters()Stringopen()-
Methods inherited from class org.apache.hop.ui.pipeline.transform.BaseTransformDialog
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
-
-
-
-
Field Detail
-
wlRunConfiguration
protected org.eclipse.swt.widgets.Label wlRunConfiguration
-
wRunConfiguration
protected ComboVar wRunConfiguration
-
jobModified
protected boolean jobModified
-
-
Constructor Detail
-
PipelineExecutorDialog
public PipelineExecutorDialog(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
-
getImage
protected org.eclipse.swt.graphics.Image getImage()
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
getParametersFromPipeline
protected void getParametersFromPipeline()
Get parameters from the specified pipeline
-
mapFieldsToPipelineParameters
protected void mapFieldsToPipelineParameters()
-
-