Uses of Class
org.jline.widget.TailTipWidgets.TipType
-
Packages that use TailTipWidgets.TipType Package Description org.jline.widget -
-
Uses of TailTipWidgets.TipType in org.jline.widget
Fields in org.jline.widget declared as TailTipWidgets.TipType Modifier and Type Field Description private TailTipWidgets.TipType
TailTipWidgets. tipType
Methods in org.jline.widget that return TailTipWidgets.TipType Modifier and Type Method Description TailTipWidgets.TipType
TailTipWidgets. getTipType()
static TailTipWidgets.TipType
TailTipWidgets.TipType. valueOf(java.lang.String name)
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.TipType Modifier and Type Method Description void
TailTipWidgets. setTipType(TailTipWidgets.TipType type)
Constructors in org.jline.widget with parameters of type TailTipWidgets.TipType Constructor Description TailTipWidgets(LineReader reader, java.util.function.Function<CmdLine,CmdDesc> descFun, int descriptionSize, TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.TailTipWidgets(LineReader reader, java.util.Map<java.lang.String,CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.TailTipWidgets(LineReader reader, java.util.Map<java.lang.String,CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType, java.util.function.Function<CmdLine,CmdDesc> descFun)
TailTipWidgets(LineReader reader, java.util.Map<java.lang.String,CmdDesc> tailTips, TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.
-