Enum Class MdUiPicturesSharedImages

java.lang.Object
java.lang.Enum<MdUiPicturesSharedImages>
com._1c.g5.v8.dt.md.ui.pictures.MdUiPicturesSharedImages
All Implemented Interfaces:
Serializable, Comparable<MdUiPicturesSharedImages>, Constable

public enum MdUiPicturesSharedImages extends Enum<MdUiPicturesSharedImages>
Ui plugin shared images registry and provider
  • Enum Constant Details

  • Method Details

    • values

      public static MdUiPicturesSharedImages[] 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 MdUiPicturesSharedImages 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
    • initializeImages

      public static void initializeImages(org.eclipse.jface.resource.ImageRegistry reg)
      Initializes an image registry with images which are frequently used by the plugin.
      Parameters:
      reg - the registry to initialize
    • getImage

      public org.eclipse.swt.graphics.Image getImage()
      Returns the image associated with this enumeration key
      Returns:
      the image, or null if image registry disposed