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 clist) |
SortedSet |
getCandidates() |
Object |
leftShift(String s) |
void |
setCandidateStrings(String[] strings) |
void |
setCandidates(SortedSet candidates) |
Copyright © 2003-2014 The Codehaus. All rights reserved.