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
Modifier and TypeFieldDescriptionprotected 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
ConstructorDescriptionJobDialog
(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.job.JobMeta jobMeta, org.pentaho.di.repository.Repository rep) -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
getData()
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
String[]
org.pentaho.di.job.JobMeta
open()
void
setDirectoryChangeAllowed
(boolean directoryChangeAllowed) void
setFlags()
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
-
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
-
listParameterNames
-
dispose
public void dispose() -
getData
public void getData()Copy information from the meta-data input to the dialog fields. -
setFlags
public void setFlags() -
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)
-