Package org.eclipse.e4.ui.workbench
Interface IResourceUtilities<ImageDesc>
- Type Parameters:
ImageDesc
- The image descriptor type.
public interface IResourceUtilities<ImageDesc>
This interface describes a utility that is used to load ImageDesc's from
URI
s- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptionimageDescriptorFromURI
(org.eclipse.emf.common.util.URI iconPath) Loads an ImageDesc from the givenURI
.
-
Method Details
-
imageDescriptorFromURI
Loads an ImageDesc from the givenURI
.- Parameters:
iconPath
- the URI to load- Returns:
- the ImageDesc from the given URI or
null
-