public class UpDownCompleter extends AbstractChoicesCompleter
Modifier and Type | Field and Description |
---|---|
static String |
DOWN |
static String |
UP |
commandLine, session
Constructor and Description |
---|
UpDownCompleter() |
Modifier and Type | Method and Description |
---|---|
List<String> |
choices() |
complete
public static final String UP
public static final String DOWN
public List<String> choices()
choices
in class AbstractChoicesCompleter