Package org.apache.hop.ui.core.dialog
Class TransformFieldsDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.core.dialog.TransformFieldsDialog
-
public class TransformFieldsDialog extends org.eclipse.swt.widgets.DialogDisplays the meta-data on the Values in a row as well as the Transform origin of the Value.
-
-
Constructor Summary
Constructors Constructor Description TransformFieldsDialog(org.eclipse.swt.widgets.Shell parent, IVariables variables, int style, String transformName, IRowMeta input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidgetData()Copy information from the meta-data input to the dialog fields.StringgetOriginText()StringgetShellText()booleanisShowEditButton()Objectopen()voidsetOriginText(String originText)voidsetShellText(String shellText)voidsetShowEditButton(boolean showEditButton)
-
-
-
Constructor Detail
-
TransformFieldsDialog
public TransformFieldsDialog(org.eclipse.swt.widgets.Shell parent, IVariables variables, int style, String transformName, IRowMeta input)
-
-
Method Detail
-
open
public Object open()
-
dispose
public void dispose()
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
getShellText
public String getShellText()
-
setShellText
public void setShellText(String shellText)
-
getOriginText
public String getOriginText()
-
setOriginText
public void setOriginText(String originText)
-
isShowEditButton
public boolean isShowEditButton()
-
setShowEditButton
public void setShowEditButton(boolean showEditButton)
-
-