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.AbstractMetaabstractMetaprotected org.eclipse.swt.widgets.CompositecContainerprotected org.eclipse.swt.widgets.Compositecompositeprotected org.pentaho.di.ExecutionConfigurationconfigurationprotected org.eclipse.swt.widgets.CompositecRunConfigurationprotected org.eclipse.swt.layout.FormDatafdDetailsprotected org.eclipse.swt.widgets.GroupgDetailsprotected intmarginprotected PropsUIpropsprotected booleanretvalprotected org.eclipse.swt.widgets.Shellshellprotected org.eclipse.swt.widgets.ButtonwClearLogprotected org.eclipse.swt.widgets.ButtonwGatherMetricsprotected org.eclipse.swt.widgets.LabelwlLogLevelprotected org.eclipse.swt.custom.CCombowLogLevelprotected org.eclipse.swt.custom.CCombowRunConfigurationprotected org.eclipse.swt.widgets.ButtonwSafeModeprotected TableViewwVariables
-
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 voidbuttonsSectionLayout(Class<?> PKG, String prefix, String docTitle, String docUrl, String docHeader)protected voidcancel()abstract voidgetInfo()protected voidgetInfoParameters()Get the parameters from the dialog.protected voidgetInfoVariables()protected voidgetParamsData()protected voidmainLayout(Class<?> PKG, String prefix, org.eclipse.swt.graphics.Image img)protected voidok()protected voidopenDialog()protected abstract voidoptionsSectionControls()protected voidoptionsSectionLayout(Class<?> PKG, String prefix)protected voidparametersSectionLayout(Class<?> PKG, String prefix)protected voidrunConfigurationSectionLayout(Class<?> PKG, String prefix)voidsetConfiguration(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()
-
-