public interface LookupElementInteractivity
Modifier and Type | Interface and Description |
---|---|
static class |
LookupElementInteractivity.Simple |
Modifier and Type | Field and Description |
---|---|
static LookupElementInteractivity |
ALWAYS |
static Key<LookupElementInteractivity> |
KEY |
static LookupElementInteractivity |
NEVER |
Modifier and Type | Method and Description |
---|---|
boolean |
isInsertHandlerInteractive(LookupElement element) |
static final Key<LookupElementInteractivity> KEY
static final LookupElementInteractivity NEVER
static final LookupElementInteractivity ALWAYS
boolean isInsertHandlerInteractive(LookupElement element)