Enum Class Images

java.lang.Object
java.lang.Enum<Images>
org.apache.uima.caseditor.Images
All Implemented Interfaces:
Serializable, Comparable<Images>, Constable

public enum Images extends Enum<Images>
All images in the Cas Editor are referenced here. Call CasEditorPlugin.getTaeImageDescriptor(Images) to retrieve an actual ImageDescriptor.
  • Enum Constant Details

    • MODEL_PROCESSOR_FOLDER

      public static final Images MODEL_PROCESSOR_FOLDER
      The source folder image.
    • WIDE_LEFT_SIDE

      public static final Images WIDE_LEFT_SIDE
      The wide left side image.
    • LOWER_LEFT_SIDE

      public static final Images LOWER_LEFT_SIDE
      The lower left side image.
    • WIDE_RIGHT_SIDE

      public static final Images WIDE_RIGHT_SIDE
      The wide right side image.
    • LOWER_RIGHT_SIDE

      public static final Images LOWER_RIGHT_SIDE
      The lower right side image.
    • MERGE

      public static final Images MERGE
      The merge image.
    • ADD

      public static final Images ADD
      The add image.
    • PIN

      public static final Images PIN
  • Method Details

    • values

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