Package org.pentaho.di.ui.trans.dialog
Class TransExecutionConfigurationDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.ConfigurationDialog
org.pentaho.di.ui.trans.dialog.TransExecutionConfigurationDialog
-
Field Summary
Fields inherited from class org.pentaho.di.ui.core.dialog.ConfigurationDialog
abstractMeta, cContainer, composite, configuration, cRunConfiguration, fdDetails, gDetails, margin, props, retval, shell, wClearLog, wGatherMetrics, wlLogLevel, wLogLevel, wRunConfiguration, wSafeMode, wVariables
-
Constructor Summary
ConstructorDescriptionTransExecutionConfigurationDialog
(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.trans.TransExecutionConfiguration configuration, org.pentaho.di.trans.TransMeta transMeta) -
Method Summary
Methods inherited from class org.pentaho.di.ui.core.dialog.ConfigurationDialog
buttonsSectionLayout, cancel, getInfoParameters, getInfoVariables, getParamsData, mainLayout, ok, openDialog, optionsSectionLayout, parametersSectionLayout, runConfigurationSectionLayout, setConfiguration
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
TransExecutionConfigurationDialog
public TransExecutionConfigurationDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.trans.TransExecutionConfiguration configuration, org.pentaho.di.trans.TransMeta transMeta)
-
-
Method Details
-
serverOptionsComposite
-
optionsSectionControls
protected void optionsSectionControls()- Specified by:
optionsSectionControls
in classConfigurationDialog
-
open
public boolean open() -
getData
public void getData() -
getInfo
public void getInfo()- Specified by:
getInfo
in classConfigurationDialog
-
getConfiguration
public org.pentaho.di.trans.TransExecutionConfiguration getConfiguration()- Returns:
- the configuration
-