Interface BaseConfigSectionSWT

    • Method Detail

      • configSectionCreate

        void configSectionCreate​(org.eclipse.swt.widgets.Composite parent,
                                 java.util.Map<ParameterImpl,​BaseSwtParameter> mapParamToSwtParam)
        Adjust the configuration panel here. Please be mindful of small screen resolutions.
        Parameters:
        parent - The parent of your configuration panel
        mapParamToSwtParam - Link non-Swt Parameter to SwtParameter. Use BaseConfigSection.getPluginParam(String) to find the SwtParameter with key used when adding the non-Swt parameter. Key is usually they config key, or a manual key passed in on add()