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 fromURI
s- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageDesc
imageDescriptorFromURI(org.eclipse.emf.common.util.URI iconPath)
Loads an ImageDesc from the givenURI
.
-
-
-
Method Detail
-
imageDescriptorFromURI
ImageDesc imageDescriptorFromURI(org.eclipse.emf.common.util.URI iconPath)
Loads an ImageDesc from the givenURI
.- Parameters:
iconPath
- the URI to load- Returns:
- the ImageDesc from the given URI or
null
-
-