|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Completor is the mechanism by which tab-completion candidates will be resolved.
TODO:
Method Summary | |
int |
complete(java.lang.String buffer,
int cursor,
java.util.List candidates)
Populates candidates with a list of possible completions for the buffer. |
Method Detail |
public int complete(java.lang.String buffer, int cursor, java.util.List candidates)
List
before returning.
buffer
- the buffercandidates
- the List
of candidates to populate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |