Class ModPartitionerDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.pipeline.transform.BaseTransformDialog
-
- org.apache.hop.ui.pipeline.dialog.ModPartitionerDialog
-
- All Implemented Interfaces:
ITransformDialog
public class ModPartitionerDialog extends BaseTransformDialog implements 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 ModPartitionerDialog(org.eclipse.swt.widgets.Shell parent, IVariables variables, TransformMeta transformMeta, TransformPartitioningMeta partitioningMeta, PipelineMeta pipelineMeta)
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.hop.pipeline.transform.ITransformDialog
isDisposed, setActive, setMetadataProvider
-
-
-
-
Constructor Detail
-
ModPartitionerDialog
public ModPartitionerDialog(org.eclipse.swt.widgets.Shell parent, IVariables variables, TransformMeta transformMeta, TransformPartitioningMeta partitioningMeta, PipelineMeta pipelineMeta)
-
-
Method Detail
-
open
public String open()
- Specified by:
openin interfaceITransformDialog
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
-