Class ConfigurationDialog

    • Field Detail

      • retval

        protected boolean retval
      • shell

        protected org.eclipse.swt.widgets.Shell shell
      • wlLogLevel

        protected org.eclipse.swt.widgets.Label wlLogLevel
      • gDetails

        protected org.eclipse.swt.widgets.Group gDetails
      • wLogLevel

        protected org.eclipse.swt.custom.CCombo wLogLevel
      • wClearLog

        protected org.eclipse.swt.widgets.Button wClearLog
      • margin

        protected int margin
      • composite

        protected org.eclipse.swt.widgets.Composite composite
      • wRunConfigurationControl

        protected org.eclipse.swt.widgets.Control wRunConfigurationControl
      • fdDetails

        protected org.eclipse.swt.layout.FormData fdDetails
      • hopGui

        protected HopGui hopGui
    • 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 boolean getInfo()
        Returns:
        True if all is OK. Returns false if there is an error in the configuration
      • getParamsData

        protected void getParamsData()
      • setConfiguration

        public void setConfiguration​(IExecutionConfiguration configuration)
        Parameters:
        configuration - the configuration to set
      • mainLayout

        protected void mainLayout​(String shellTitle,
                                  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​(String alwaysShowOptionLabel,
                                            String alwaysShowOptionTooltip,
                                            String docTitle,
                                            String docUrl,
                                            String docHeader)
      • openDialog

        protected void openDialog()
      • optionsSectionControls

        protected abstract void optionsSectionControls()