Uses of Class
org.jline.reader.LineReader.SuggestionType
-
Packages that use LineReader.SuggestionType Package Description org.jline.reader JLine 3 Reader Package - Core components for building interactive command-line interfaces.org.jline.reader.impl JLine 3 Reader Implementation Package. -
-
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()
Returns the current auto-suggestion type.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)
Sets the type of auto-suggestion to use. -
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)
-