Enum Class UIHints.TextFontHint

java.lang.Object
java.lang.Enum<UIHints.TextFontHint>
com.streambase.sb.operator.parameter.UIHints.TextFontHint
All Implemented Interfaces:
Serializable, Comparable<UIHints.TextFontHint>, Constable
Enclosing class:
UIHints

public static enum UIHints.TextFontHint extends Enum<UIHints.TextFontHint>
Used to request a font style for String-based properties
Since:
7.7.3
  • Enum Constant Details

    • DEFAULT

      public static final UIHints.TextFontHint DEFAULT
      No special font will be applied
    • FIXED_WIDTH

      public static final UIHints.TextFontHint FIXED_WIDTH
      A fixed width (eclipse platform, Basic Text font) will be applied
  • Method Details

    • values

      public static UIHints.TextFontHint[] 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 UIHints.TextFontHint 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