public class DefaultLookupItemRenderer extends LookupElementRenderer<LookupItem>
Modifier and Type | Field and Description |
---|---|
static DefaultLookupItemRenderer |
INSTANCE |
Constructor and Description |
---|
DefaultLookupItemRenderer() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.Icon |
getRawIcon(LookupElement item,
boolean real) |
void |
renderElement(LookupItem item,
LookupElementPresentation presentation) |
public static final DefaultLookupItemRenderer INSTANCE
public void renderElement(LookupItem item, LookupElementPresentation presentation)
renderElement
in class LookupElementRenderer<LookupItem>
public static javax.swing.Icon getRawIcon(LookupElement item, boolean real)