public final class CompoundIconProvider extends IconProvider
EXTENSION_POINT_NAME
Constructor and Description |
---|
CompoundIconProvider() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.Icon |
findIcon(PsiElement element,
int flags) |
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
public static javax.swing.Icon findIcon(PsiElement element, int flags)