Enum Class Styles.EditorColor

java.lang.Object
java.lang.Enum<Styles.EditorColor>
org.omegat.util.gui.Styles.EditorColor
All Implemented Interfaces:
Serializable, Comparable<Styles.EditorColor>, Constable
Enclosing class:
Styles

public static enum Styles.EditorColor extends Enum<Styles.EditorColor>
  • Enum Constant Details

    • COLOR_BACKGROUND

      public static final Styles.EditorColor COLOR_BACKGROUND
      Background color.

      Also used for EditorPane.background

    • COLOR_FOREGROUND

      public static final Styles.EditorColor COLOR_FOREGROUND
      Foreground color.
    • COLOR_ACTIVE_SOURCE

      public static final Styles.EditorColor COLOR_ACTIVE_SOURCE
      Active source text background.
    • COLOR_ACTIVE_SOURCE_FG

      public static final Styles.EditorColor COLOR_ACTIVE_SOURCE_FG
      Active source text foreground.
    • COLOR_ACTIVE_TARGET

      public static final Styles.EditorColor COLOR_ACTIVE_TARGET
      Active target text background.
    • COLOR_ACTIVE_TARGET_FG

      public static final Styles.EditorColor COLOR_ACTIVE_TARGET_FG
      Active target text foreground.
    • COLOR_SEGMENT_MARKER_FG

      public static final Styles.EditorColor COLOR_SEGMENT_MARKER_FG
      Segment marker foreground color.
    • COLOR_SEGMENT_MARKER_BG

      public static final Styles.EditorColor COLOR_SEGMENT_MARKER_BG
      SEgment marker background color.
    • COLOR_SOURCE

      public static final Styles.EditorColor COLOR_SOURCE
      source text background.
    • COLOR_SOURCE_FG

      public static final Styles.EditorColor COLOR_SOURCE_FG
      source text foreground.
    • COLOR_NOTED

      public static final Styles.EditorColor COLOR_NOTED
      noted segment background.
    • COLOR_NOTED_FG

      public static final Styles.EditorColor COLOR_NOTED_FG
      noted segment foreground.
    • COLOR_UNTRANSLATED

      public static final Styles.EditorColor COLOR_UNTRANSLATED
      untranslated segment background.
    • COLOR_UNTRANSLATED_FG

      public static final Styles.EditorColor COLOR_UNTRANSLATED_FG
      untranslated segment foreground.
    • COLOR_TRANSLATED

      public static final Styles.EditorColor COLOR_TRANSLATED
      translated segment background.
    • COLOR_TRANSLATED_FG

      public static final Styles.EditorColor COLOR_TRANSLATED_FG
      translated segment text.
    • COLOR_NON_UNIQUE

      public static final Styles.EditorColor COLOR_NON_UNIQUE
      non unique entry text.
    • COLOR_NON_UNIQUE_BG

      public static final Styles.EditorColor COLOR_NON_UNIQUE_BG
      non unique entry background.
    • COLOR_MOD_INFO

      public static final Styles.EditorColor COLOR_MOD_INFO
      Modification information background.
    • COLOR_MOD_INFO_FG

      public static final Styles.EditorColor COLOR_MOD_INFO_FG
      Modification information text.
    • COLOR_PLACEHOLDER

      public static final Styles.EditorColor COLOR_PLACEHOLDER
      Tags placeholder color.
    • COLOR_REMOVETEXT_TARGET

      public static final Styles.EditorColor COLOR_REMOVETEXT_TARGET
      Flagged text target color.
    • COLOR_NBSP

      public static final Styles.EditorColor COLOR_NBSP
      Non-breakable space character background.
    • COLOR_WHITESPACE

      public static final Styles.EditorColor COLOR_WHITESPACE
      White space marker background color.
    • COLOR_BIDIMARKERS

      public static final Styles.EditorColor COLOR_BIDIMARKERS
      Bidirectional control characters background color.
    • COLOR_PARAGRAPH_START

      public static final Styles.EditorColor COLOR_PARAGRAPH_START
      Paragraph start delimitation background color.
    • COLOR_MARK_COMES_FROM_TM_MT

      public static final Styles.EditorColor COLOR_MARK_COMES_FROM_TM_MT
      The background color of a segment comes from MT memory.
    • COLOR_MARK_COMES_FROM_TM_XICE

      public static final Styles.EditorColor COLOR_MARK_COMES_FROM_TM_XICE
      The background color of a segment comes from ICE memory.
    • COLOR_MARK_COMES_FROM_TM_X100PC

      public static final Styles.EditorColor COLOR_MARK_COMES_FROM_TM_X100PC
      The background color of a segment comes from 100% memory.
    • COLOR_MARK_COMES_FROM_TM_XAUTO

      public static final Styles.EditorColor COLOR_MARK_COMES_FROM_TM_XAUTO
      The background color of a segment comes from auto memory.
    • COLOR_MARK_COMES_FROM_TM_XENFORCED

      public static final Styles.EditorColor COLOR_MARK_COMES_FROM_TM_XENFORCED
      The background color of a segment comes from enforced memroy.
    • COLOR_MARK_ALT_TRANSLATION

      public static final Styles.EditorColor COLOR_MARK_ALT_TRANSLATION
      Alternative translation highlight color.
    • COLOR_REPLACE

      public static final Styles.EditorColor COLOR_REPLACE
      Replace background color.
    • COLOR_LANGUAGE_TOOLS

      public static final Styles.EditorColor COLOR_LANGUAGE_TOOLS
      Language checker suggestion highlight color.
    • COLOR_TRANSTIPS

      public static final Styles.EditorColor COLOR_TRANSTIPS
      Glossary matches highlight color.
    • COLOR_SPELLCHECK

      public static final Styles.EditorColor COLOR_SPELLCHECK
      Spellcheck suggestion highlight color.
    • COLOR_TERMINOLOGY

      public static final Styles.EditorColor COLOR_TERMINOLOGY
      Terminology suggestion highlight color.
    • COLOR_MATCHES_CHANGED

      public static final Styles.EditorColor COLOR_MATCHES_CHANGED
      Matches changed words background color.
    • COLOR_MATCHES_UNCHANGED

      public static final Styles.EditorColor COLOR_MATCHES_UNCHANGED
      Matches unchanged words background color.
    • COLOR_GLOSSARY_SOURCE

      public static final Styles.EditorColor COLOR_GLOSSARY_SOURCE
      Glossary source background color.
    • COLOR_GLOSSARY_TARGET

      public static final Styles.EditorColor COLOR_GLOSSARY_TARGET
      Glossary target background color.
    • COLOR_GLOSSARY_NOTE

      public static final Styles.EditorColor COLOR_GLOSSARY_NOTE
      Glossary note background color.
    • COLOR_MATCHES_DEL_ACTIVE

      public static final Styles.EditorColor COLOR_MATCHES_DEL_ACTIVE
      Matches deleted active background color.
    • COLOR_MATCHES_DEL_INACTIVE

      public static final Styles.EditorColor COLOR_MATCHES_DEL_INACTIVE
      Matches deleted inactive background color.
    • COLOR_MATCHES_INS_ACTIVE

      public static final Styles.EditorColor COLOR_MATCHES_INS_ACTIVE
      Matches inserted active background color.
    • COLOR_MATCHES_INS_INACTIVE

      public static final Styles.EditorColor COLOR_MATCHES_INS_INACTIVE
      Matches inserted inactive background color.
    • COLOR_SEARCH_FOUND_MARK

      public static final Styles.EditorColor COLOR_SEARCH_FOUND_MARK
      Search found mark highlight color.
    • COLOR_SEARCH_REPLACE_MARK

      public static final Styles.EditorColor COLOR_SEARCH_REPLACE_MARK
      Search replace mark highlight color.
    • COLOR_NOTIFICATION_MIN

      public static final Styles.EditorColor COLOR_NOTIFICATION_MIN
      Notification (steady) color.
    • COLOR_NOTIFICATION_MAX

      public static final Styles.EditorColor COLOR_NOTIFICATION_MAX
      Notification (flash) color.
    • COLOR_ALIGNER_ACCEPTED

      public static final Styles.EditorColor COLOR_ALIGNER_ACCEPTED
      Aligner "accepted" group color.
    • COLOR_ALIGNER_NEEDSREVIEW

      public static final Styles.EditorColor COLOR_ALIGNER_NEEDSREVIEW
      Aligner "needs review" group color.
    • COLOR_ALIGNER_HIGHLIGHT

      public static final Styles.EditorColor COLOR_ALIGNER_HIGHLIGHT
      Aligner highlight color.
    • COLOR_ALIGNER_TABLE_ROW_HIGHLIGHT

      public static final Styles.EditorColor COLOR_ALIGNER_TABLE_ROW_HIGHLIGHT
      Aligner table row highlight color.
    • COLOR_MACHINETRANSLATE_SELECTED_HIGHLIGHT

      public static final Styles.EditorColor COLOR_MACHINETRANSLATE_SELECTED_HIGHLIGHT
      Aligner table selected row highlight.
  • Method Details

    • values

      public static Styles.EditorColor[] 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 Styles.EditorColor 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
    • toHex

      public String toHex()
    • getColor

      public Color getColor()
    • getDefault

      public Color getDefault()
    • getDisplayName

      public String getDisplayName()
    • setColor

      public void setColor(Color newColor)