public interface Completor
Modifier and Type | Method and Description |
---|---|
int |
complete(String buffer,
int cursor,
List candidates)
Populates candidates with a list of possible
completions for the buffer.
|
int complete(String buffer, int cursor, List candidates)
List
before returning.buffer
- the buffercandidates
- the List
of candidates to populateCopyright © 2002–2020. All rights reserved.