public interface Completor
Modifier and Type | Method and Description |
---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List candidates,
int matchessofar)
Populates candidates with a list of possible
completions for the buffer.
|
int complete(java.lang.String buffer, int cursor, java.util.List candidates, int matchessofar)
List
before returning.buffer
- the buffercandidates
- the List
of candidates to populateCopyright (c) 2014 Cloud Software Group, Inc. All rights reserved.