Class ActionEvalTableContentDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.apache.hop.ui.workflow.action.ActionDialog
org.apache.hop.workflow.actions.evaluatetablecontent.ActionEvalTableContentDialog
- All Implemented Interfaces:
IActionDialog
This dialog allows you to edit the Table content evaluation action settings. (select the
connection and the table to evaluate)
-
Field Summary
Fields inherited from class org.apache.hop.ui.workflow.action.ActionDialog
loggingObject, metadataProvider, props, shell, variables, workflowMeta -
Constructor Summary
ConstructorsConstructorDescriptionActionEvalTableContentDialog(org.eclipse.swt.widgets.Shell parent, ActionEvalTableContent action, WorkflowMeta workflowMeta, IVariables variables) -
Method Summary
Methods inherited from class org.apache.hop.ui.workflow.action.ActionDialog
addConnectionLine, addConnectionLine, dispose, getMetadataProvider, getWorkflowMeta, isDisposed, setActive, setMetadataProviderMethods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
ActionEvalTableContentDialog
public ActionEvalTableContentDialog(org.eclipse.swt.widgets.Shell parent, ActionEvalTableContent action, WorkflowMeta workflowMeta, IVariables variables)
-
-
Method Details
-
open
-
setPosition
public void setPosition() -
getData
public void getData()Copy information from the meta-data input to the dialog fields.
-