public interface TransDialogPluginInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addTab(org.pentaho.di.trans.TransMeta transMeta,
org.eclipse.swt.widgets.Shell shell,
org.eclipse.swt.custom.CTabFolder tabFolder) |
void |
getData(org.pentaho.di.trans.TransMeta transMeta) |
org.eclipse.swt.custom.CTabItem |
getTab() |
void |
ok(org.pentaho.di.trans.TransMeta transMeta) |
void addTab(org.pentaho.di.trans.TransMeta transMeta,
org.eclipse.swt.widgets.Shell shell,
org.eclipse.swt.custom.CTabFolder tabFolder)
void getData(org.pentaho.di.trans.TransMeta transMeta)
throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionvoid ok(org.pentaho.di.trans.TransMeta transMeta)
throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionorg.eclipse.swt.custom.CTabItem getTab()