Class WorkflowDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.workflow.dialog.WorkflowDialog
-
public class WorkflowDialog extends org.eclipse.swt.widgets.DialogAllows you to edit the Workflow settings. Just feed it a WorkflowMeta object.
-
-
Constructor Summary
Constructors Constructor Description WorkflowDialog(org.eclipse.swt.widgets.Shell parent, int style, IVariables variables, WorkflowMeta workflowMeta)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidgetData()Copy information from the meta-data input to the dialog fields.static org.eclipse.swt.graphics.ImagegetImage(org.eclipse.swt.widgets.Shell shell, IPlugin plugin)static IPlugingetPlugin(IAction action)String[]listParameterNames()WorkflowMetaopen()static org.eclipse.swt.widgets.ButtonsetShellImage(org.eclipse.swt.widgets.Shell shell, IAction action)
-
-
-
Constructor Detail
-
WorkflowDialog
public WorkflowDialog(org.eclipse.swt.widgets.Shell parent, int style, IVariables variables, WorkflowMeta workflowMeta)
-
-
Method Detail
-
open
public WorkflowMeta open()
-
listParameterNames
public String[] listParameterNames()
-
dispose
public void dispose()
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
setShellImage
public static final org.eclipse.swt.widgets.Button setShellImage(org.eclipse.swt.widgets.Shell shell, IAction action)
-
getImage
public static org.eclipse.swt.graphics.Image getImage(org.eclipse.swt.widgets.Shell shell, IPlugin plugin)
-
-