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.SuggestionTypeLineReader. getAutosuggestion()Returns the current auto-suggestion type.static LineReader.SuggestionTypeLineReader.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 voidLineReader. 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.SuggestionTypeLineReaderImpl. autosuggestionMethods in org.jline.reader.impl that return LineReader.SuggestionType Modifier and Type Method Description LineReader.SuggestionTypeLineReaderImpl. getAutosuggestion()Methods in org.jline.reader.impl with parameters of type LineReader.SuggestionType Modifier and Type Method Description voidLineReaderImpl. setAutosuggestion(LineReader.SuggestionType type)
-