public interface Completor
| Modifier and Type | Method and Description |
|---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List candidates)
Populates candidates with a list of possible
completions for the buffer.
|
int complete(java.lang.String buffer,
int cursor,
java.util.List candidates)
List before returning.buffer - the buffercandidates - the List of candidates to populate