Uses of Class
org.jline.consoleui.prompt.ConsolePrompt.UiConfig
Packages that use ConsolePrompt.UiConfig
-
Uses of ConsolePrompt.UiConfig in org.jline.consoleui.prompt
Fields in org.jline.consoleui.prompt declared as ConsolePrompt.UiConfigModifier and TypeFieldDescriptionprotected final ConsolePrompt.UiConfigAbstractPrompt.configprivate final ConsolePrompt.UiConfigAbstractPrompt.ConfirmPrompt.configprivate final ConsolePrompt.UiConfigAbstractPrompt.ExpandableChoicePrompt.configprotected final ConsolePrompt.UiConfigConsolePrompt.configMethods in org.jline.consoleui.prompt with parameters of type ConsolePrompt.UiConfigModifier and TypeMethodDescriptionAbstractPrompt.CheckboxPrompt.getPrompt(Terminal terminal, List<AttributedString> header, AttributedString message, List<CheckboxItemIF> checkboxItemList, int pageSize, ConsolePrompt.UiConfig cfg) static AbstractPrompt.ConfirmPromptAbstractPrompt.ConfirmPrompt.getPrompt(Terminal terminal, List<AttributedString> header, AttributedString message, ConfirmChoice confirmChoice, ConsolePrompt.UiConfig cfg) AbstractPrompt.ExpandableChoicePrompt.getPrompt(Terminal terminal, List<AttributedString> header, AttributedString message, ExpandableChoice expandableChoice, ConsolePrompt.UiConfig cfg) AbstractPrompt.InputValuePrompt.getPrompt(LineReader reader, Terminal terminal, List<AttributedString> header, AttributedString message, InputValue inputValue, ConsolePrompt.UiConfig cfg) static <T extends ListItemIF>
AbstractPrompt.ListChoicePrompt<T> AbstractPrompt.ListChoicePrompt.getPrompt(Terminal terminal, List<AttributedString> header, AttributedString message, List<T> listItems, int pageSize, ConsolePrompt.UiConfig cfg) Constructors in org.jline.consoleui.prompt with parameters of type ConsolePrompt.UiConfigModifierConstructorDescriptionAbstractPrompt(Terminal terminal, List<AttributedString> header, AttributedString message, List<T> items, int pageSize, ConsolePrompt.UiConfig cfg) AbstractPrompt(Terminal terminal, List<AttributedString> header, AttributedString message, ConsolePrompt.UiConfig cfg) privateCheckboxPrompt(Terminal terminal, List<AttributedString> header, AttributedString message, List<CheckboxItemIF> checkboxItemList, int pageSize, ConsolePrompt.UiConfig cfg) privateConfirmPrompt(Terminal terminal, List<AttributedString> header, AttributedString message, ConfirmChoice confirmChoice, ConsolePrompt.UiConfig cfg) ConsolePrompt(LineReader reader, Terminal terminal, ConsolePrompt.UiConfig config) ConsolePrompt(Terminal terminal, ConsolePrompt.UiConfig config) privateExpandableChoicePrompt(Terminal terminal, List<AttributedString> header, AttributedString message, ExpandableChoice expandableChoice, ConsolePrompt.UiConfig cfg) privateInputValuePrompt(LineReader reader, Terminal terminal, List<AttributedString> header, AttributedString message, InputValue inputValue, ConsolePrompt.UiConfig cfg) privateListChoicePrompt(Terminal terminal, List<AttributedString> header, AttributedString message, List<T> listItems, int pageSize, ConsolePrompt.UiConfig cfg)