Uses of Enum Class
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.SuggestionTypeReturns 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 TypeMethodDescriptionvoidLineReader.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.SuggestionTypeLineReaderImpl.autosuggestionMethods in org.jline.reader.impl that return LineReader.SuggestionTypeMethods in org.jline.reader.impl with parameters of type LineReader.SuggestionTypeModifier and TypeMethodDescriptionvoidLineReaderImpl.setAutosuggestion(LineReader.SuggestionType type) -
Uses of LineReader.SuggestionType in org.jline.widget
Methods in org.jline.widget with parameters of type LineReader.SuggestionTypeModifier and TypeMethodDescriptionvoidWidgets.setSuggestionType(LineReader.SuggestionType type) Set lineReader's autosuggestion type