public interface LookupActionProvider
| Modifier and Type | Field and Description | 
|---|---|
| static ExtensionPointName<LookupActionProvider> | EP_NAME | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fillActions(LookupElement element,
           Lookup lookup,
           Consumer<LookupElementAction> consumer) | 
static final ExtensionPointName<LookupActionProvider> EP_NAME
void fillActions(LookupElement element, Lookup lookup, Consumer<LookupElementAction> consumer)