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 IconProviderelement - for which icon is shownflags - used for customizing the icon appearance. Flags are listed in Iconablenull if this provider cannot provide icon for given element.Iconablepublic abstract javax.swing.Icon getIcon(PomTarget target, int flags)