Class JobDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.job.dialog.JobDialog

public class JobDialog extends org.eclipse.swt.widgets.Dialog
Allows you to edit the Job settings. Just pass a JobInfo object.
Since:
02-jul-2003
Author:
Matt Casters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.eclipse.swt.widgets.Listener
     
    protected org.eclipse.swt.widgets.Listener
     
    protected org.eclipse.swt.widgets.Listener
     
    protected org.eclipse.swt.widgets.Listener
     
    protected org.eclipse.swt.widgets.Button
     
    protected org.eclipse.swt.widgets.Button
     
    protected org.eclipse.swt.widgets.Button
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    JobDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.job.JobMeta jobMeta, org.pentaho.di.repository.Repository rep)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    Copy information from the meta-data input to the dialog fields.
     
    static org.eclipse.swt.graphics.Image
    getImage(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.core.plugins.PluginInterface plugin)
     
    static org.pentaho.di.core.plugins.PluginInterface
    getPlugin(org.pentaho.di.job.entry.JobEntryInterface jobEntryInterface)
     
    boolean
     
     
    org.pentaho.di.job.JobMeta
     
    void
    setDirectoryChangeAllowed(boolean directoryChangeAllowed)
     
    void
     
    static final org.eclipse.swt.widgets.Button
    setShellImage(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.job.entry.JobEntryInterface jobEntryInterface)
     

    Methods inherited from class org.eclipse.swt.widgets.Dialog

    checkSubclass, getParent, getStyle, getText, setText

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • wOK

      protected org.eclipse.swt.widgets.Button wOK
    • wSQL

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

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

      protected org.eclipse.swt.widgets.Listener lsOK
    • lsSQL

      protected org.eclipse.swt.widgets.Listener lsSQL
    • lsCancel

      protected org.eclipse.swt.widgets.Listener lsCancel
    • lsHelp

      protected org.eclipse.swt.widgets.Listener lsHelp
  • Constructor Details

    • JobDialog

      public JobDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.job.JobMeta jobMeta, org.pentaho.di.repository.Repository rep)
  • Method Details

    • open

      public org.pentaho.di.job.JobMeta open()
    • getDatabaseDialog

      public DatabaseDialog getDatabaseDialog()
    • listParameterNames

      public String[] listParameterNames()
    • dispose

      public void dispose()
    • getData

      public void getData()
      Copy information from the meta-data input to the dialog fields.
    • setFlags

      public void setFlags()
    • isSharedObjectsFileChanged

      public boolean isSharedObjectsFileChanged()
    • setShellImage

      public static final org.eclipse.swt.widgets.Button setShellImage(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.job.entry.JobEntryInterface jobEntryInterface)
    • getPlugin

      public static org.pentaho.di.core.plugins.PluginInterface getPlugin(org.pentaho.di.job.entry.JobEntryInterface jobEntryInterface)
    • getImage

      public static org.eclipse.swt.graphics.Image getImage(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.core.plugins.PluginInterface plugin)
    • setDirectoryChangeAllowed

      public void setDirectoryChangeAllowed(boolean directoryChangeAllowed)