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() |
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) |
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 org.eclipse.swt.widgets.Button setShellImage(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.job.entry.JobEntryInterface jobEntryInterface)
public static org.pentaho.di.core.plugins.PluginInterface getPlugin(org.pentaho.di.job.entry.JobEntryInterface jobEntryInterface)
public static org.eclipse.swt.graphics.Image getImage(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.core.plugins.PluginInterface plugin)
public void setDirectoryChangeAllowed(boolean directoryChangeAllowed)