Package org.pentaho.di.ui.core.dialog
Class ConfigurationDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.ConfigurationDialog
- Direct Known Subclasses:
JobExecutionConfigurationDialog
,TransExecutionConfigurationDialog
public abstract class ConfigurationDialog
extends org.eclipse.swt.widgets.Dialog
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.pentaho.di.base.AbstractMeta
protected org.eclipse.swt.widgets.Composite
protected org.eclipse.swt.widgets.Composite
protected org.pentaho.di.ExecutionConfiguration
protected org.eclipse.swt.widgets.Composite
protected org.eclipse.swt.layout.FormData
protected org.eclipse.swt.widgets.Group
protected int
protected PropsUI
protected boolean
protected org.eclipse.swt.widgets.Shell
protected org.eclipse.swt.widgets.Button
protected org.eclipse.swt.widgets.Button
protected org.eclipse.swt.widgets.Label
protected org.eclipse.swt.custom.CCombo
protected org.eclipse.swt.custom.CCombo
protected org.eclipse.swt.widgets.Button
protected TableView
-
Constructor Summary
ConstructorDescriptionConfigurationDialog
(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.ExecutionConfiguration configuration, org.pentaho.di.base.AbstractMeta meta) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
cancel()
abstract void
getInfo()
protected void
Get the parameters from the dialog.protected void
protected void
protected void
mainLayout
(Class<?> PKG, String prefix, org.eclipse.swt.graphics.Image img) protected void
ok()
protected void
protected abstract void
protected void
optionsSectionLayout
(Class<?> PKG, String prefix) protected void
parametersSectionLayout
(Class<?> PKG, String prefix) protected void
runConfigurationSectionLayout
(Class<?> PKG, String prefix) void
setConfiguration
(org.pentaho.di.ExecutionConfiguration configuration) Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Field Details
-
abstractMeta
protected org.pentaho.di.base.AbstractMeta abstractMeta -
configuration
protected org.pentaho.di.ExecutionConfiguration configuration -
wVariables
-
retval
protected boolean retval -
shell
protected org.eclipse.swt.widgets.Shell shell -
props
-
wGatherMetrics
protected org.eclipse.swt.widgets.Button wGatherMetrics -
wlLogLevel
protected org.eclipse.swt.widgets.Label wlLogLevel -
gDetails
protected org.eclipse.swt.widgets.Group gDetails -
wLogLevel
protected org.eclipse.swt.custom.CCombo wLogLevel -
wSafeMode
protected org.eclipse.swt.widgets.Button wSafeMode -
wClearLog
protected org.eclipse.swt.widgets.Button wClearLog -
margin
protected int margin -
composite
protected org.eclipse.swt.widgets.Composite composite -
cContainer
protected org.eclipse.swt.widgets.Composite cContainer -
cRunConfiguration
protected org.eclipse.swt.widgets.Composite cRunConfiguration -
wRunConfiguration
protected org.eclipse.swt.custom.CCombo wRunConfiguration -
fdDetails
protected org.eclipse.swt.layout.FormData fdDetails
-
-
Constructor Details
-
ConfigurationDialog
public ConfigurationDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.ExecutionConfiguration configuration, org.pentaho.di.base.AbstractMeta meta)
-
-
Method Details
-
getInfoVariables
protected void getInfoVariables() -
getInfoParameters
protected void getInfoParameters()Get the parameters from the dialog. -
ok
protected void ok() -
cancel
protected void cancel() -
getInfo
public abstract void getInfo() -
getParamsData
protected void getParamsData() -
setConfiguration
public void setConfiguration(org.pentaho.di.ExecutionConfiguration configuration) - Parameters:
configuration
- the configuration to set
-
mainLayout
-
optionsSectionLayout
-
parametersSectionLayout
-
buttonsSectionLayout
-
openDialog
protected void openDialog() -
runConfigurationSectionLayout
-
optionsSectionControls
protected abstract void optionsSectionControls()
-