Package org.pentaho.di.ui.job.dialog
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
lsCancel
protected org.eclipse.swt.widgets.Listener
lsHelp
protected org.eclipse.swt.widgets.Listener
lsOK
protected org.eclipse.swt.widgets.Listener
lsSQL
protected org.eclipse.swt.widgets.Button
wCancel
protected org.eclipse.swt.widgets.Button
wOK
protected org.eclipse.swt.widgets.Button
wSQL
-
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
getData()
Copy information from the meta-data input to the dialog fields.DatabaseDialog
getDatabaseDialog()
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
isSharedObjectsFileChanged()
String[]
listParameterNames()
org.pentaho.di.job.JobMeta
open()
void
setDirectoryChangeAllowed(boolean directoryChangeAllowed)
void
setFlags()
static org.eclipse.swt.widgets.Button
setShellImage(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.job.entry.JobEntryInterface jobEntryInterface)
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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)
-
-