Uses of Enum
org.jline.widget.TailTipWidgets.TipType
Packages that use TailTipWidgets.TipType
-
Uses of TailTipWidgets.TipType in org.jline.widget
Fields in org.jline.widget declared as TailTipWidgets.TipTypeMethods in org.jline.widget that return TailTipWidgets.TipTypeModifier and TypeMethodDescriptionTailTipWidgets.getTipType()
static TailTipWidgets.TipType
Returns the enum constant of this type with the specified name.static TailTipWidgets.TipType[]
TailTipWidgets.TipType.values()
Returns an array containing the constants of this enum type, 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.private
TailTipWidgets
(LineReader reader, Map<String, CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType, Function<CmdLine, CmdDesc> descFun) TailTipWidgets
(LineReader reader, Map<String, CmdDesc> tailTips, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions.