Uses of Enum
org.jline.reader.LineReader.SuggestionType
Packages that use LineReader.SuggestionType
-
Uses of LineReader.SuggestionType in org.jline.reader
Methods in org.jline.reader that return LineReader.SuggestionTypeModifier and TypeMethodDescriptionLineReader.getAutosuggestion()
static LineReader.SuggestionType
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.SuggestionTypeModifier and TypeMethodDescriptionvoid
LineReader.setAutosuggestion
(LineReader.SuggestionType type) -
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) -
Uses of LineReader.SuggestionType in org.jline.widget
Methods in org.jline.widget with parameters of type LineReader.SuggestionType