Interface IResourceUtilities<ImageDesc>

Type Parameters:
ImageDesc - The image descriptor type.
All Known Subinterfaces:
ISWTResourceUtilities

public interface IResourceUtilities<ImageDesc>
This interface describes a utility that is used to load ImageDesc's from URIs
Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    imageDescriptorFromURI(org.eclipse.emf.common.util.URI iconPath)
    Loads an ImageDesc from the given URI.
  • Method Details

    • imageDescriptorFromURI

      ImageDesc imageDescriptorFromURI(org.eclipse.emf.common.util.URI iconPath)
      Loads an ImageDesc from the given URI.
      Parameters:
      iconPath - the URI to load
      Returns:
      the ImageDesc from the given URI or null