Uses of Enum Class
org.jline.reader.LineReader.SuggestionType
Packages that use LineReader.SuggestionType
Package
Description
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
-
Uses of LineReader.SuggestionType in org.jline.reader
Methods in org.jline.reader that return LineReader.SuggestionTypeModifier and TypeMethodDescriptionLineReader.getAutosuggestion()
Returns the current auto-suggestion type.static LineReader.SuggestionType
Returns the enum constant of this class with the specified name.static LineReader.SuggestionType[]
LineReader.SuggestionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.reader with parameters of type LineReader.SuggestionTypeModifier and TypeMethodDescriptionvoid
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.SuggestionTypeModifier and TypeFieldDescriptionprotected LineReader.SuggestionType
LineReaderImpl.autosuggestion
Methods in org.jline.reader.impl that return LineReader.SuggestionTypeMethods in org.jline.reader.impl with parameters of type LineReader.SuggestionTypeModifier and TypeMethodDescriptionvoid
LineReaderImpl.setAutosuggestion
(LineReader.SuggestionType type)