Uses of Interface
org.jline.prompt.PromptItem
Packages that use PromptItem
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of PromptItem in org.jline.prompt
Subinterfaces of PromptItem in org.jline.promptModifier and TypeInterfaceDescriptioninterfaceInterface for checkbox items in the Prompter.interfaceInterface for choice items in the Prompter.interfaceInterface for confirmation items in the Prompter.interfaceInterface for list items in the Prompt.interfaceInterface for separator items in lists and checkboxes. -
Uses of PromptItem in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement PromptItemModifier and TypeClassDescriptionclassDefault implementation of CheckboxItem interface.classDefault implementation of ChoiceItem interface.classDefault implementation of ListItem interface.classDefault implementation of SeparatorItem interface.