public abstract static class AutoCompletion.ChoicesBase extends Object implements AutoCompletion.Choices
AutoCompletion.Choices
.Modifier and Type | Field and Description |
---|---|
protected Object[] |
list
The list of all possible choices.
|
Modifier | Constructor and Description |
---|---|
protected |
ChoicesBase(Object[] objects)
Constructs a ChoicesBase initialized using specified
list of choices.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
getAll()
Lazily computes the list of all possible choices.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
choiceListDependsOnPrefix, getChoices
protected Object[] list