public abstract class PomIconProvider extends IconProvider
EXTENSION_POINT_NAME
Constructor and Description |
---|
PomIconProvider() |
Modifier and Type | Method and Description |
---|---|
abstract javax.swing.Icon |
getIcon(PomTarget target,
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 abstract javax.swing.Icon getIcon(PomTarget target, int flags)