Class SwitchSettings

    • Constructor Detail

      • SwitchSettings

        public SwitchSettings()
    • Method Detail

      • getThis

        protected SwitchSettings getThis()
        Description copied from class: BasicSettings
        Returns the exact type of the this reference.
        It's a way to recover the type of the this object in a class hierarchy (cf. getThis "trick").
        Overrides:
        getThis in class BooleanSettings
        Returns:
        The exact type of the this reference
      • iconOff

        public SwitchSettings iconOff​(java.lang.String src,
                                      java.lang.String label)
      • iconOn

        public SwitchSettings iconOn​(java.lang.String src,
                                     java.lang.String label)