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