Class ConfigurationDialog

    • Field Detail

      • abstractMeta

        protected org.pentaho.di.base.AbstractMeta abstractMeta
      • configuration

        protected org.pentaho.di.ExecutionConfiguration configuration
      • retval

        protected boolean retval
      • shell

        protected org.eclipse.swt.widgets.Shell shell
      • 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
      • scContainer

        protected org.eclipse.swt.custom.ScrolledComposite scContainer
      • fdDetails

        protected org.eclipse.swt.layout.FormData fdDetails
    • Constructor Detail

      • ConfigurationDialog

        public ConfigurationDialog​(org.eclipse.swt.widgets.Shell parent,
                                   org.pentaho.di.ExecutionConfiguration configuration,
                                   org.pentaho.di.base.AbstractMeta meta)
    • 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)
      • optionsSectionLayout

        protected void optionsSectionLayout​(Class<?> PKG,
                                            String prefix)
      • parametersSectionLayout

        protected void parametersSectionLayout​(Class<?> PKG,
                                               String prefix)
      • 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()