Class WorkflowDialog


  • public class WorkflowDialog
    extends org.eclipse.swt.widgets.Dialog
    Allows you to edit the Workflow settings. Just feed it a WorkflowMeta object.
    • Field Detail

      • wOk

        protected org.eclipse.swt.widgets.Button wOk
      • wCancel

        protected org.eclipse.swt.widgets.Button wCancel
    • Constructor Detail

      • WorkflowDialog

        public WorkflowDialog​(org.eclipse.swt.widgets.Shell parent,
                              int style,
                              IVariables variables,
                              WorkflowMeta workflowMeta)
    • Method Detail

      • 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)