Enum Class GuiButtons

java.lang.Object
java.lang.Enum<GuiButtons>
swiss.trustbroker.config.dto.GuiButtons
All Implemented Interfaces:
Serializable, Comparable<GuiButtons>, Constable

public enum GuiButtons extends Enum<GuiButtons>
Configurable GUI buttons
  • Enum Constant Details

    • HELP_PANEL

      public static final GuiButtons HELP_PANEL
      Help side panel (mutually exclusive with HELP_LINK)
    • LANGUAGE_SHORT

      public static final GuiButtons LANGUAGE_SHORT
      Use abbreviated language name in language selector (mutually exclusive with LANGUAGE_LONG)
    • LANGUAGE_LONG

      public static final GuiButtons LANGUAGE_LONG
      Use full language name in language selector (mutually exclusive with LANGUAGE_SHORT)
    • THEME

      public static final GuiButtons THEME
      Enable theme selector.
  • Method Details

    • values

      public static GuiButtons[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static GuiButtons valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null