Enum Class LocalizedStrings

java.lang.Object
java.lang.Enum<LocalizedStrings>
com.acrolinx.sidebar.localization.LocalizedStrings
All Implemented Interfaces:
Serializable, Comparable<LocalizedStrings>, Constable

public enum LocalizedStrings extends Enum<LocalizedStrings>
  • Enum Constant Details

    • SHOW_SIDEBAR_LABEL

      public static final LocalizedStrings SHOW_SIDEBAR_LABEL
    • SHOW_SIDEBAR_TOOLTIP

      public static final LocalizedStrings SHOW_SIDEBAR_TOOLTIP
    • CURRENT_EDITOR_CAN_NOT_BE_CHECKED_MESSAGE

      public static final LocalizedStrings CURRENT_EDITOR_CAN_NOT_BE_CHECKED_MESSAGE
    • NO_CHECK_CONTENT_AVAILABLE_MESSAGE

      public static final LocalizedStrings NO_CHECK_CONTENT_AVAILABLE_MESSAGE
    • DITA_CAN_NOT_CHECK_UNRESOLVED_FILES_TITLE

      public static final LocalizedStrings DITA_CAN_NOT_CHECK_UNRESOLVED_FILES_TITLE
    • DITA_CAN_NOT_CHECK_UNRESOLVED_FILES_BODY

      public static final LocalizedStrings DITA_CAN_NOT_CHECK_UNRESOLVED_FILES_BODY
  • Method Details

    • values

      public static LocalizedStrings[] 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 LocalizedStrings 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