Uses of Enum
org.jline.widget.TailTipWidgets.TipType
Packages that use TailTipWidgets.TipType
-
Uses of TailTipWidgets.TipType in org.jline.widget
Methods in org.jline.widget that return TailTipWidgets.TipTypeModifier and TypeMethodDescriptionTailTipWidgets.getTipType()static TailTipWidgets.TipTypeReturns 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(org.jline.reader.LineReader reader, Function<CmdLine, CmdDesc> descFun, int descriptionSize, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions.TailTipWidgets(org.jline.reader.LineReader reader, Map<String, CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions.TailTipWidgets(org.jline.reader.LineReader reader, Map<String, CmdDesc> tailTips, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions.