public class ValuesCompletionProvider.CompletionCharInsertHandler extends java.lang.Object implements InsertHandler<LookupElement>
Constructor and Description |
---|
CompletionCharInsertHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleInsert(InsertionContext context,
LookupElement item)
Invoked inside atomic action.
|
public void handleInsert(InsertionContext context, LookupElement item)
InsertHandler
handleInsert
in interface InsertHandler<LookupElement>