Class StreamLookupDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.pipeline.transform.BaseTransformDialog
-
- org.apache.hop.pipeline.transforms.streamlookup.StreamLookupDialog
-
- All Implemented Interfaces:
org.apache.hop.pipeline.transform.ITransformDialog
public class StreamLookupDialog 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 StreamLookupDialog(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()protected voidupdateComboFields()/* Search the input and lookup fields in the background-
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
-
StreamLookupDialog
public StreamLookupDialog(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
-
updateComboFields
protected void updateComboFields()
/* Search the input and lookup fields in the background
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
-