Interface ThemeSetting


public interface ThemeSetting
Author:
Julio Camarero
  • Method Details

    • getOptions

      String[] getOptions()
    • getScript

      String getScript()
    • getType

      String getType()
    • getValue

      String getValue()
    • isConfigurable

      boolean isConfigurable()
    • setConfigurable

      void setConfigurable(boolean configurable)
    • setOptions

      void setOptions(String[] options)
    • setScript

      void setScript(String script)
    • setType

      void setType(String type)
    • setValue

      void setValue(String value)