Class DummyIconProvider
Dummy icon provider. Always returns null images or fallbacks. Available on all platforms.
Methods
| Name | Description |
|---|---|
getIconForFilePath
(filePath)
|
Get image of icon associated with file path. Return null image if icon was not found in the system. Default implementation detects icon for a directory and for a file using the list of hardcoded extensions. |
getStandardIcon
(icon)
|
Get image of standard icon. Return the null image if icon was not found in the system. |
getIconForFilePath
(filePath, fallback)
|
Get image of icon associated with file path. If icon was not found use fallback. |
getStandardIcon
(icon, fallback)
|
Get image of standard icon. If icon was not found use fallback. |