Uses of Enum Class
org.jline.shell.widget.CommandTailTipWidgets.TipType
Packages that use CommandTailTipWidgets.TipType
-
Uses of CommandTailTipWidgets.TipType in org.jline.shell.widget
Methods in org.jline.shell.widget that return CommandTailTipWidgets.TipTypeModifier and TypeMethodDescriptionCommandTailTipWidgets.tipType()Returns the current tip type.Returns the enum constant of this class with the specified name.static CommandTailTipWidgets.TipType[]CommandTailTipWidgets.TipType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.shell.widget with parameters of type CommandTailTipWidgets.TipTypeModifier and TypeMethodDescriptionvoidCommandTailTipWidgets.setTipType(CommandTailTipWidgets.TipType type) Sets the tip type.Constructors in org.jline.shell.widget with parameters of type CommandTailTipWidgets.TipTypeModifierConstructorDescriptionCommandTailTipWidgets(LineReader reader, Function<CommandLine, CommandDescription> descFun, int descriptionSize, CommandTailTipWidgets.TipType tipType) Creates widgets using a dynamic description function.CommandTailTipWidgets(LineReader reader, Map<String, CommandDescription> tailTips, int descriptionSize, CommandTailTipWidgets.TipType tipType) Creates widgets using a static map with full configuration.CommandTailTipWidgets(LineReader reader, Map<String, CommandDescription> tailTips, CommandTailTipWidgets.TipType tipType) Creates widgets using a static map with a specific tip type.CommandTailTipWidgets(LineReader reader, CommandDispatcher dispatcher, int descriptionSize, CommandTailTipWidgets.TipType tipType) Creates widgets using aCommandDispatcherwith full configuration.