public class JavaElementLookupRenderer extends java.lang.Object implements ElementLookupRenderer
EP_NAME
Constructor and Description |
---|
JavaElementLookupRenderer() |
Modifier and Type | Method and Description |
---|---|
boolean |
handlesItem(java.lang.Object element) |
static boolean |
isDeprecated(PsiElement element) |
static boolean |
isToStrikeout(LookupElement item) |
void |
renderElement(LookupItem item,
java.lang.Object element,
LookupElementPresentation presentation) |
public boolean handlesItem(java.lang.Object element)
handlesItem
in interface ElementLookupRenderer
public void renderElement(LookupItem item, java.lang.Object element, LookupElementPresentation presentation)
renderElement
in interface ElementLookupRenderer
public static boolean isToStrikeout(LookupElement item)
public static boolean isDeprecated(PsiElement element)