Class JobEntryMailDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.job.entry.JobEntryDialog
-
- org.pentaho.di.ui.job.entries.mail.JobEntryMailDialog
-
- All Implemented Interfaces:
org.pentaho.di.job.entry.JobEntryDialogInterface
public class JobEntryMailDialog extends JobEntryDialog implements org.pentaho.di.job.entry.JobEntryDialogInterface
Dialog that allows you to edit a JobEntryMail object.- Since:
- 19-06-2003
- Author:
- Matt
-
-
Field Summary
-
Fields inherited from class org.pentaho.di.ui.job.entry.JobEntryDialog
databaseDialog, jobEntryInt, jobMeta, loggingObject, metaStore, parent, props, rep
-
-
Constructor Summary
Constructors Constructor Description JobEntryMailDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.job.entry.JobEntryInterface jobEntryInt, org.pentaho.di.repository.Repository rep, org.pentaho.di.job.JobMeta jobMeta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
getData()
org.pentaho.di.job.entry.JobEntryInterface
open()
protected void
setFlags()
protected void
setSecureConnectiontype()
protected void
setUseAuth()
-
Methods inherited from class org.pentaho.di.ui.job.entry.JobEntryDialog
addConnectionLine, addConnectionLine, addDatabases, getMetaStore, getPathOf, selectDatabase, setMetaStore
-
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
-
-
-
Method Detail
-
open
public org.pentaho.di.job.entry.JobEntryInterface open()
- Specified by:
open
in interfaceorg.pentaho.di.job.entry.JobEntryDialogInterface
-
setSecureConnectiontype
protected void setSecureConnectiontype()
-
setFlags
protected void setFlags()
-
setUseAuth
protected void setUseAuth()
-
dispose
public void dispose()
-
getData
public void getData()
-
-