public class JobDialog
extends org.eclipse.swt.widgets.Dialog
Constructor and Description |
---|
JobDialog(org.eclipse.swt.widgets.Shell parent,
int style,
org.pentaho.di.job.JobMeta jobMeta,
org.pentaho.di.repository.Repository rep) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
getData()
Copy information from the meta-data input to the dialog fields.
|
DatabaseDialog |
getDatabaseDialog() |
boolean |
isSharedObjectsFileChanged() |
String[] |
listParameterNames() |
org.pentaho.di.job.JobMeta |
open() |
void |
setDirectoryChangeAllowed(boolean directoryChangeAllowed) |
void |
setFlags() |
static void |
setShellImage(org.eclipse.swt.widgets.Shell shell,
org.pentaho.di.job.entry.JobEntryInterface jobEntryInterface) |
public JobDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.job.JobMeta jobMeta, org.pentaho.di.repository.Repository rep)
public org.pentaho.di.job.JobMeta open()
public DatabaseDialog getDatabaseDialog()
public String[] listParameterNames()
public void dispose()
public void getData()
public void setFlags()
public boolean isSharedObjectsFileChanged()
public static final void setShellImage(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.job.entry.JobEntryInterface jobEntryInterface)
public void setDirectoryChangeAllowed(boolean directoryChangeAllowed)