public static class SourceRootIconProvider.DirectoryProvider extends IconProvider implements DumbAware
EXTENSION_POINT_NAME
Constructor and Description |
---|
DirectoryProvider() |
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon(PsiElement element,
int flags) |
public javax.swing.Icon getIcon(PsiElement element, int flags)
getIcon
in class IconProvider
element
- for which icon is shownflags
- used for customizing the icon appearance. Flags are listed in Iconable
null
if this provider cannot provide icon for given element.Iconable