Uses of Class
org.jline.reader.LineReader.SuggestionType
-
Packages that use LineReader.SuggestionType Package Description org.jline.reader JLine 3.org.jline.reader.impl org.jline.widget -
-
Uses of LineReader.SuggestionType in org.jline.reader
Methods in org.jline.reader that return LineReader.SuggestionType Modifier and Type Method Description LineReader.SuggestionType
LineReader. getAutosuggestion()
static LineReader.SuggestionType
LineReader.SuggestionType. valueOf(java.lang.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.Methods in org.jline.reader with parameters of type LineReader.SuggestionType Modifier and Type Method Description void
LineReader. setAutosuggestion(LineReader.SuggestionType type)
-
Uses of LineReader.SuggestionType in org.jline.reader.impl
Fields in org.jline.reader.impl declared as LineReader.SuggestionType Modifier and Type Field Description protected LineReader.SuggestionType
LineReaderImpl. autosuggestion
Methods in org.jline.reader.impl that return LineReader.SuggestionType Modifier and Type Method Description LineReader.SuggestionType
LineReaderImpl. getAutosuggestion()
Methods in org.jline.reader.impl with parameters of type LineReader.SuggestionType Modifier and Type Method Description void
LineReaderImpl. setAutosuggestion(LineReader.SuggestionType type)
-
Uses of LineReader.SuggestionType in org.jline.widget
Methods in org.jline.widget with parameters of type LineReader.SuggestionType Modifier and Type Method Description void
Widgets. setSuggestionType(LineReader.SuggestionType type)
Set lineReader's autosuggestion type
-