Interface IImageResolver

All Known Implementing Classes:
AbstractCompletionProvider.DescriptorImageResolver, AbstractCompletionProvider.WorkbenchDescriptorImageResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IImageResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.swt.graphics.Image
    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