Interface IImageResolver

All Known Implementing Classes:
AbstractCompletionProvider.DescriptorImageResolver

public interface IImageResolver
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.swt.graphics.Image getImage()
    Returns an image instance.
  • Method Details

    • getImage

      org.eclipse.swt.graphics.Image getImage()
      Returns an image instance. Only called when the actual image gets displayed.
      Returns:
      image to be displayed in proposal