public class JobDialog
extends org.eclipse.swt.widgets.Dialog
Modifier and Type | Field and 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 and Description |
---|
JobDialog(org.eclipse.swt.widgets.Shell parent,
int style,
JobMeta jobMeta,
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,
PluginInterface plugin) |
static PluginInterface |
getPlugin(JobEntryInterface jobEntryInterface) |
boolean |
isSharedObjectsFileChanged() |
String[] |
listParameterNames() |
JobMeta |
open() |
void |
setDirectoryChangeAllowed(boolean directoryChangeAllowed) |
void |
setFlags() |
static org.eclipse.swt.widgets.Button |
setShellImage(org.eclipse.swt.widgets.Shell shell,
JobEntryInterface jobEntryInterface) |
protected org.eclipse.swt.widgets.Button wOK
protected org.eclipse.swt.widgets.Button wSQL
protected org.eclipse.swt.widgets.Button wCancel
protected org.eclipse.swt.widgets.Listener lsOK
protected org.eclipse.swt.widgets.Listener lsSQL
protected org.eclipse.swt.widgets.Listener lsCancel
protected org.eclipse.swt.widgets.Listener lsHelp
public JobDialog(org.eclipse.swt.widgets.Shell parent, int style, JobMeta jobMeta, Repository rep)
public 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, JobEntryInterface jobEntryInterface)
public static PluginInterface getPlugin(JobEntryInterface jobEntryInterface)
public static org.eclipse.swt.graphics.Image getImage(org.eclipse.swt.widgets.Shell shell, PluginInterface plugin)
public void setDirectoryChangeAllowed(boolean directoryChangeAllowed)
Copyright © 2019 Hitachi Vantara. All rights reserved.