|
|||||||||
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(String buffer,
int cursor,
List candidates)
Populates candidates with a list of possible completions for the buffer. |
Method Detail |
public int complete(String buffer, int cursor, 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 |