Class LightImageCombo.Item

    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.eclipse.swt.graphics.Image disableGrayImage
      The disable gray item image.
      org.eclipse.swt.graphics.Image disableImage
      The disable item image.
    • Constructor Summary

      Constructors 
      Constructor Description
      Item​(String label, org.eclipse.swt.graphics.Image image, org.eclipse.swt.graphics.Image disableImage)
      Instantiates a new combo image item.
      Item​(String label, org.eclipse.swt.graphics.Image image, org.eclipse.swt.graphics.Image disableImage, org.eclipse.swt.graphics.Image disableGrayImage)
      Instantiates a new combo image item.
    • Field Detail

      • disableImage

        public final org.eclipse.swt.graphics.Image disableImage
        The disable item image.
      • disableGrayImage

        public final org.eclipse.swt.graphics.Image disableGrayImage
        The disable gray item image.
    • Constructor Detail

      • Item

        public Item​(String label,
                    org.eclipse.swt.graphics.Image image,
                    org.eclipse.swt.graphics.Image disableImage,
                    org.eclipse.swt.graphics.Image disableGrayImage)
        Instantiates a new combo image item.
        Parameters:
        label -
        image - the item image, null if no image provided.
        disableImage - the disable item image, null if no image provided.
        disableGrayImage - the disable gray item image, null if no image provided.
      • Item

        public Item​(String label,
                    org.eclipse.swt.graphics.Image image,
                    org.eclipse.swt.graphics.Image disableImage)
        Instantiates a new combo image item.
        Parameters:
        label - the item label, cannot be null
        image - the item image, null if no image provided.
        disableImage - the disable item image, null if no image provided.