Enum Class AceTheme

java.lang.Object
java.lang.Enum<AceTheme>
io.jmix.ui.widget.addon.aceeditor.AceTheme
All Implemented Interfaces:
Serializable, Comparable<AceTheme>, Constable

public enum AceTheme extends Enum<AceTheme>
Ace theme defines the appearance of the editor.
  • Enum Constant Details

    • ambiance

      public static final AceTheme ambiance
    • chrome

      public static final AceTheme chrome
    • clouds

      public static final AceTheme clouds
    • clouds_midnight

      public static final AceTheme clouds_midnight
    • cobalt

      public static final AceTheme cobalt
    • crimson_editor

      public static final AceTheme crimson_editor
    • dawn

      public static final AceTheme dawn
    • dreamweaver

      public static final AceTheme dreamweaver
    • eclipse

      public static final AceTheme eclipse
    • github

      public static final AceTheme github
    • idle_fingers

      public static final AceTheme idle_fingers
    • katzenmilch

      public static final AceTheme katzenmilch
    • kuroir

      public static final AceTheme kuroir
    • kr

      public static final AceTheme kr
    • merbivore

      public static final AceTheme merbivore
    • merbivore_soft

      public static final AceTheme merbivore_soft
    • mono_industrial

      public static final AceTheme mono_industrial
    • monokai

      public static final AceTheme monokai
    • pastel_on_dark

      public static final AceTheme pastel_on_dark
    • solarized_dark

      public static final AceTheme solarized_dark
    • solarized_light

      public static final AceTheme solarized_light
    • terminal

      public static final AceTheme terminal
    • textmate

      public static final AceTheme textmate
    • tomorrow

      public static final AceTheme tomorrow
    • tomorrow_night

      public static final AceTheme tomorrow_night
    • tomorrow_night_blue

      public static final AceTheme tomorrow_night_blue
    • tomorrow_night_bright

      public static final AceTheme tomorrow_night_bright
    • tomorrow_night_eighties

      public static final AceTheme tomorrow_night_eighties
    • twilight

      public static final AceTheme twilight
    • vibrant_ink

      public static final AceTheme vibrant_ink
    • xcode

      public static final AceTheme xcode
  • Method Details

    • values

      public static AceTheme[] 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 AceTheme 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
    • getRequireString

      public String getRequireString()