public static final class AutoCompletion.ChoiceList extends Object
AutoCompletion.Choices
.Modifier and Type | Field and Description |
---|---|
int |
first
Index of the first choice in list
which corresponds to the ``prefix'' typed by the user
|
Object[] |
list
The list of all possible choices given the ``prefix''
typed by the user.
|
Constructor and Description |
---|
ChoiceList() |
public Object[] list
public int first