Class 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

    • Constructor Detail

      • ConfigSectionInterfaceAlertsSWT

        public ConfigSectionInterfaceAlertsSWT()
    • Method Detail

      • build

        public void build()
      • playSoundWhen

        private void playSoundWhen​(java.util.List<Parameter> listSound,
                                   java.lang.String announceEnableConfig,
                                   java.lang.String announceKeyConfig,
                                   java.lang.String announceResource,
                                   java.lang.String playEnableConfig,
                                   java.lang.String playKeyConfig,
                                   java.lang.String playResource)