Enum Class CellContext.RunDecor

java.lang.Object
java.lang.Enum<CellContext.RunDecor>
jfx.incubator.scene.control.richtext.skin.CellContext.RunDecor
All Implemented Interfaces:
Serializable, Comparable<CellContext.RunDecor>, Constable
Enclosing interface:
CellContext

public static enum CellContext.RunDecor extends Enum<CellContext.RunDecor>
Specifies the decoration type to be applied to multiple text segments.
Since:
27
  • Enum Constant Details

    • HIGHLIGHT

      public static final CellContext.RunDecor HIGHLIGHT
      Text background (highlight) decoration.
    • WAVY_UNDERLINE

      public static final CellContext.RunDecor WAVY_UNDERLINE
      Wavy underline decoration.
  • Method Details

    • values

      public static CellContext.RunDecor[] 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 CellContext.RunDecor 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