Class ConfigSectionInterfaceAlertsSWT

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

public class ConfigSectionInterfaceAlertsSWT extends ConfigSectionImpl
Interface->Alerts

Afaik, Alerts are only available in SWT UI, so all Parameter definitions are here

  • Field Details

  • Constructor Details

    • ConfigSectionInterfaceAlertsSWT

      public ConfigSectionInterfaceAlertsSWT()
  • Method Details

    • build

      public void build()
    • playSoundWhen

      private void playSoundWhen(List<Parameter> listSound, String announceEnableConfig, String announceKeyConfig, String announceResource, String playEnableConfig, String playKeyConfig, String playResource)