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
Fields Modifier and Type Field Description protected org.pentaho.di.base.AbstractMeta
abstractMeta
protected org.eclipse.swt.widgets.Composite
cContainer
protected org.eclipse.swt.widgets.Composite
composite
protected org.pentaho.di.ExecutionConfiguration
configuration
protected org.eclipse.swt.widgets.Composite
cRunConfiguration
protected org.eclipse.swt.layout.FormData
fdDetails
protected org.eclipse.swt.widgets.Group
gDetails
protected int
margin
protected PropsUI
props
protected boolean
retval
protected org.eclipse.swt.widgets.Shell
shell
protected org.eclipse.swt.widgets.Button
wClearLog
protected org.eclipse.swt.widgets.Button
wGatherMetrics
protected org.eclipse.swt.widgets.Label
wlLogLevel
protected org.eclipse.swt.custom.CCombo
wLogLevel
protected org.eclipse.swt.custom.CCombo
wRunConfiguration
protected org.eclipse.swt.widgets.Button
wSafeMode
protected TableView
wVariables
-
Constructor Summary
Constructors Constructor Description ConfigurationDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.ExecutionConfiguration configuration, org.pentaho.di.base.AbstractMeta meta)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
buttonsSectionLayout(Class<?> PKG, String prefix, String docTitle, String docUrl, String docHeader)
protected void
cancel()
abstract void
getInfo()
protected void
getInfoParameters()
Get the parameters from the dialog.protected void
getInfoVariables()
protected void
getParamsData()
protected void
mainLayout(Class<?> PKG, String prefix, org.eclipse.swt.graphics.Image img)
protected void
ok()
protected void
openDialog()
protected abstract void
optionsSectionControls()
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)
-
-
-
Field Detail
-
abstractMeta
protected org.pentaho.di.base.AbstractMeta abstractMeta
-
configuration
protected org.pentaho.di.ExecutionConfiguration configuration
-
wVariables
protected TableView wVariables
-
retval
protected boolean retval
-
shell
protected org.eclipse.swt.widgets.Shell shell
-
props
protected PropsUI 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
-
-
Method Detail
-
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
protected void mainLayout(Class<?> PKG, String prefix, org.eclipse.swt.graphics.Image img)
-
buttonsSectionLayout
protected void buttonsSectionLayout(Class<?> PKG, String prefix, String docTitle, String docUrl, String docHeader)
-
openDialog
protected void openDialog()
-
runConfigurationSectionLayout
protected void runConfigurationSectionLayout(Class<?> PKG, String prefix)
-
optionsSectionControls
protected abstract void optionsSectionControls()
-
-