public interface DictionaryCompleter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int index,
List<CharSequence> list)
Generate a list of possible command completions.
|
int complete(String buffer, int index, List<CharSequence> list)
buffer - The current content of the input lineindex - The index within the input line of the cursorlist - A list which this routine should fill with possible command
completions.Copyright © 2015 LSST. All rights reserved.