public interface IImageProvider extends IExtension
AbstractImageProvider
.Modifier and Type | Method and Description |
---|---|
String |
getImageFilePath(String imageId)
This is a method simply returns the location of the image file in the
plug-in.
|
String |
getPluginId() |
void |
setPluginId(String pluginId) |
getProviderId, setProviderId
void setPluginId(String pluginId)
pluginId
- The pluginId of the plug-in containing the image files
provided by this image-providerString getPluginId()
String getImageFilePath(String imageId)