Uses of Class
org.apache.hop.ui.core.widget.ComboVar
-
Packages that use ComboVar Package Description org.apache.hop.ui.core org.apache.hop.ui.core.widget org.apache.hop.ui.pipeline.transform -
-
Uses of ComboVar in org.apache.hop.ui.core
Methods in org.apache.hop.ui.core that return ComboVar Modifier and Type Method Description static ComboVarWidgetUtils. createFieldDropDown(org.eclipse.swt.widgets.Composite parentComposite, PropsUi props, IVariables variables, BaseTransformMeta transformMeta, org.eclipse.swt.layout.FormData formData)creates a ComboVar populated with fields from the previous transform. -
Uses of ComboVar in org.apache.hop.ui.core.widget
Methods in org.apache.hop.ui.core.widget that return ComboVar Modifier and Type Method Description ComboVarMetaSelectionLine. getwCombo()Gets wCombo -
Uses of ComboVar in org.apache.hop.ui.pipeline.transform
Methods in org.apache.hop.ui.pipeline.transform with parameters of type ComboVar Modifier and Type Method Description static voidBaseTransformDialog. getFieldsFromPrevious(IVariables variables, ComboVar comboVar, PipelineMeta pipelineMeta, TransformMeta transformMeta)Gets fields from previous transforms and populate a ComboVar.
-