Class ConfigSectionInterfacePasswordSWT

java.lang.Object
com.biglybt.ui.config.ConfigSectionImpl
com.biglybt.ui.swt.views.configsections.ConfigSectionInterfacePasswordSWT
All Implemented Interfaces:
BaseConfigSection, BaseConfigSectionSWT

public class ConfigSectionInterfacePasswordSWT extends ConfigSectionImpl implements BaseConfigSectionSWT
  • Field Details

    • SECTION_ID

      public static final String SECTION_ID
      See Also:
    • passwordMatch

      org.eclipse.swt.widgets.Label passwordMatch
  • Constructor Details

    • ConfigSectionInterfacePasswordSWT

      public ConfigSectionInterfacePasswordSWT()
  • Method Details

    • build

      public void build()
      Specified by:
      build in interface BaseConfigSection
    • configSectionCreate

      public void configSectionCreate(org.eclipse.swt.widgets.Composite cSection, Map<ParameterImpl,BaseSwtParameter> mapParamToSwtParam)
      Description copied from interface: BaseConfigSectionSWT
      Adjust the configuration panel here. Please be mindful of small screen resolutions.
      Specified by:
      configSectionCreate in interface BaseConfigSectionSWT
      Parameters:
      cSection - 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()
    • refreshPWLabel

      private void refreshPWLabel()