Interface IImageComboLabelProvider


  • public interface IImageComboLabelProvider
    Extension for LabelProvider for LightImageComboViewer. Provides additional methods for getting disable and gray disable image.
    • Method Detail

      • getDisableImage

        org.eclipse.swt.graphics.Image getDisableImage​(Object element)
        Gets the disable item image
        Parameters:
        element - labeled element of the viewer, cannot be null
        Returns:
        the disable item image, null if no image provided.
      • getDisableGrayImage

        org.eclipse.swt.graphics.Image getDisableGrayImage​(Object element)
        Gets disable gray item image
        Parameters:
        element - labeled element of the viewer, cannot be null
        Returns:
        the disable gray item image, null if no image provided.