Package | Description |
---|---|
org.jline.builtins | |
org.jline.reader |
JLine 3.
|
org.jline.reader.impl |
Modifier and Type | Method | Description |
---|---|---|
void |
Widgets.setSuggestionType(LineReader.SuggestionType type) |
Modifier and Type | Method | Description |
---|---|---|
LineReader.SuggestionType |
LineReader.getAutosuggestion() |
|
static LineReader.SuggestionType |
LineReader.SuggestionType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LineReader.SuggestionType[] |
LineReader.SuggestionType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
LineReader.setAutosuggestion(LineReader.SuggestionType type) |
Modifier and Type | Field | Description |
---|---|---|
protected LineReader.SuggestionType |
LineReaderImpl.autosuggestion |
Modifier and Type | Method | Description |
---|---|---|
LineReader.SuggestionType |
LineReaderImpl.getAutosuggestion() |
Modifier and Type | Method | Description |
---|---|---|
void |
LineReaderImpl.setAutosuggestion(LineReader.SuggestionType type) |
Copyright © 2020. All rights reserved.