Uses of Interface
org.jline.prompt.ChoiceItem
Packages that use ChoiceItem
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of ChoiceItem in org.jline.prompt
Methods in org.jline.prompt that return types with arguments of type ChoiceItem -
Uses of ChoiceItem in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement ChoiceItemModifier and TypeClassDescriptionclassDefault implementation of ChoiceItem interface.Methods in org.jline.prompt.impl that return types with arguments of type ChoiceItemConstructor parameters in org.jline.prompt.impl with type arguments of type ChoiceItemModifierConstructorDescriptionDefaultChoicePrompt(String name, String message, List<ChoiceItem> items)