Uses of Enum Class
org.jline.widget.TailTipWidgets.TipType
Packages that use TailTipWidgets.TipType
Package
Description
JLine Widget package provides a framework for creating and managing widgets for JLine's LineReader.
-
Uses of TailTipWidgets.TipType in org.jline.widget
Methods in org.jline.widget that return TailTipWidgets.TipTypeModifier and TypeMethodDescriptionTailTipWidgets.getTipType()
static TailTipWidgets.TipType
Returns the enum constant of this class with the specified name.static TailTipWidgets.TipType[]
TailTipWidgets.TipType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.widget with parameters of type TailTipWidgets.TipTypeConstructors in org.jline.widget with parameters of type TailTipWidgets.TipTypeModifierConstructorDescriptionTailTipWidgets
(LineReader reader, Function<CmdLine, CmdDesc> descFun, int descriptionSize, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions.TailTipWidgets
(LineReader reader, Map<String, CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions with a status bar and specific tip type.TailTipWidgets
(LineReader reader, Map<String, CmdDesc> tailTips, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions with a specific tip type.