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.DialogAllows 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.ListenerlsCancelprotected org.eclipse.swt.widgets.ListenerlsHelpprotected org.eclipse.swt.widgets.ListenerlsOKprotected org.eclipse.swt.widgets.ListenerlsSQLprotected org.eclipse.swt.widgets.ButtonwCancelprotected org.eclipse.swt.widgets.ButtonwOKprotected org.eclipse.swt.widgets.ButtonwSQL
-
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 voiddispose()voidgetData()Copy information from the meta-data input to the dialog fields.DatabaseDialoggetDatabaseDialog()static org.eclipse.swt.graphics.ImagegetImage(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.core.plugins.PluginInterface plugin)static org.pentaho.di.core.plugins.PluginInterfacegetPlugin(org.pentaho.di.job.entry.JobEntryInterface jobEntryInterface)booleanisSharedObjectsFileChanged()String[]listParameterNames()org.pentaho.di.job.JobMetaopen()voidsetDirectoryChangeAllowed(boolean directoryChangeAllowed)voidsetFlags()static org.eclipse.swt.widgets.ButtonsetShellImage(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)
-
-