Uses of Package
org.jline.prompt
Packages that use org.jline.prompt
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Classes in org.jline.prompt used by org.jline.promptClassDescriptionBase interface for all prompt builders providing common configuration methods.Builder for checkbox prompts.Interface for checkbox items in the Prompter.Builder interface for checkbox separators.Builder for choice prompts.Interface for choice items in the Prompter.Builder for confirmation prompts.Possible confirmation values.Builder interface for editor prompts.Builder for creating text input prompts with advanced features.Interface for input prompts.Builder for key press prompts.Builder for list prompts.Interface for list items in the Prompt.Builder interface for list separators.A result that represents no result.Builder interface for number prompts.Builder interface for password prompts.Interface for all promptable elements in the Prompter.Interface for building prompts in the Prompter.Context for command execution, providing I/O streams and current directory.Main interface for the JLine Prompt API.Configuration interface for customizing the visual appearance and behavior of prompts.Interface for all UI items in the Prompter.Parameterized interface representing the result of a user prompt interaction.Builder interface for search prompts.Builder for text displays.Builder for toggle prompts.
-
Classes in org.jline.prompt used by org.jline.prompt.implClassDescriptionBase interface for all prompt builders providing common configuration methods.Builder for checkbox prompts.Interface for checkbox items in the Prompter.Interface for checkbox prompts.Result of a checkbox choice.Builder interface for checkbox separators.Builder for choice prompts.Interface for choice items in the Prompter.Interface for choice prompts.Result of an expandable choice prompt.Builder for confirmation prompts.Interface for confirmation prompts.Result of a confirmation prompt.Possible confirmation values.Builder interface for editor prompts.Interface for editor prompts.Result of an editor prompt.Builder for creating text input prompts with advanced features.Interface for input prompts.Result of an input prompt.Builder for key press prompts.Interface for key press prompts.Result of a key press prompt.Builder for list prompts.Interface for list items in the Prompt.Interface for list prompts.Result of a list choice.Builder interface for list separators.A result that represents no result.Builder interface for number prompts.Interface for number prompts.Builder interface for password prompts.Interface for password prompts.Interface for all promptable elements in the Prompter.Interface for building prompts in the Prompter.Main interface for the JLine Prompt API.Configuration interface for customizing the visual appearance and behavior of prompts.Interface for all UI items in the Prompter.Parameterized interface representing the result of a user prompt interaction.Builder interface for search prompts.Interface for search prompts.Result of a search prompt.Interface for separator items in lists and checkboxes.Builder for text displays.Interface for text prompts.Builder for toggle prompts.Interface for toggle prompts.Result of a toggle prompt.