class SimpleCompletor
Support for simple completors.
Constructor and description |
---|
SimpleCompletor
(String[] candidates) |
SimpleCompletor
() |
SimpleCompletor
(Closure loader) |
Type | Name and description |
---|---|
void |
add(String candidate) |
void |
addCandidateString(String string) |
int |
complete(String buffer, int cursor, List<CharSequence> clist) |
SortedSet<String> |
getCandidates() |
Object |
leftShift(String s) |
void |
setCandidateStrings(String[] strings) |
void |
setCandidates(SortedSet<String> candidates) |
A delimiter to use to qualify completions.
Copyright © 2003-2014 The Codehaus. All rights reserved.