All Classes and Interfaces
Class
Description
Abstract base class for prompt results.
Base 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 items in the Prompter.
Interface for confirmation prompts.
Result of a confirmation prompt.
Possible confirmation values.
Default implementation of CheckboxBuilder.
Default implementation of CheckboxItem interface.
Default implementation of CheckboxPrompt interface.
Implementation of CheckboxResult.
Default implementation of CheckboxSeparatorBuilder.
Default implementation of ChoiceBuilder.
Default implementation of ChoiceItem interface.
Default implementation of ChoicePrompt interface.
Implementation of ChoiceResult.
Default implementation of ConfirmBuilder.
Default implementation of ConfirmPrompt interface.
Implementation of ConfirmResult.
Default implementation of EditorBuilder.
Default implementation of EditorPrompt interface.
Implementation of EditorResult.
Default implementation of InputBuilder.
Default implementation of InputPrompt interface.
Implementation of InputResult.
Default implementation of KeyPressBuilder.
Default implementation of KeyPressPrompt.
Implementation of KeyPressResult.
Default implementation of ListBuilder.
Default implementation of ListItem interface.
Default implementation of ListPrompt interface.
Implementation of ListResult.
Default implementation of ListSeparatorBuilder.
Implementation of NoResult.
Default implementation of NumberBuilder.
Default implementation of NumberPrompt interface.
Default implementation of PasswordBuilder.
Default implementation of PasswordPrompt interface.
Base implementation class for all prompt types.
Default implementation of the PromptBuilder interface.
Default implementation of the Prompter interface.
Default implementation of PrompterConfig interface.
Default implementation of SearchBuilder.
Default implementation of SearchPrompt interface.
Implementation of SearchResult.
Default implementation of SeparatorItem interface.
Default implementation of TextBuilder.
Default implementation of TextPrompt interface.
Default implementation of ToggleBuilder.
Default implementation of TogglePrompt.
Implementation of ToggleResult.
Example demonstrating dynamic prompting where subsequent prompts depend on previous answers.
Utility class to help with dynamic prompting scenarios.
Builder interface for editor prompts.
Interface for editor prompts.
Result of an editor prompt.
Improved example demonstrating dynamic prompting using the DynamicPromptHelper utility.
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.
Example demonstrating the PromptCommands usage.
Prompt command implementations for JLine applications.
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.
Factory for creating Prompter instances.
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.