Class ComboBoxPainter

    • Constructor Detail

      • ComboBoxPainter

        public ComboBoxPainter()
        Create a new ComboBoxPainter with the default image.
      • ComboBoxPainter

        public ComboBoxPainter​(boolean invertIcons)
        Create a new ComboBoxPainter with the default image.
        Parameters:
        invertIcons - Specify whether the default icons should be used (black triangles) or if inverted icons should be used (white triangles).
        Since:
        1.4
      • ComboBoxPainter

        public ComboBoxPainter​(org.eclipse.swt.graphics.Image comboImage)
        Create a new ComboBoxPainter with the given Image as the image marking the cell as a combo control.
        Parameters:
        comboImage - The image marking the cell as a combo control