Uses of Enum Class
org.jline.consoleui.elements.PageSizeType
Packages that use PageSizeType
Package
Description
-
Uses of PageSizeType in org.jline.consoleui.elements
Fields in org.jline.consoleui.elements declared as PageSizeTypeModifier and TypeFieldDescriptionprivate final PageSizeType
Checkbox.pageSizeType
private final PageSizeType
ListChoice.pageSizeType
Methods in org.jline.consoleui.elements that return PageSizeTypeModifier and TypeMethodDescriptionCheckbox.getPageSizeType()
ListChoice.getPageSizeType()
static PageSizeType
Returns the enum constant of this class with the specified name.static PageSizeType[]
PageSizeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jline.consoleui.elements with parameters of type PageSizeTypeModifierConstructorDescriptionCheckbox
(String message, String name, int pageSize, PageSizeType pageSizeType, List<CheckboxItemIF> checkboxItemList) ListChoice
(String message, String name, int pageSize, PageSizeType pageSizeType, List<ListItemIF> listItemList) -
Uses of PageSizeType in org.jline.consoleui.prompt
Methods in org.jline.consoleui.prompt with parameters of type PageSizeTypeModifier and TypeMethodDescriptionstatic int
ConsolePrompt.computePageSize
(Terminal terminal, int pageSize, PageSizeType sizeType) -
Uses of PageSizeType in org.jline.consoleui.prompt.builder
Fields in org.jline.consoleui.prompt.builder declared as PageSizeTypeModifier and TypeFieldDescriptionprivate PageSizeType
CheckboxPromptBuilder.pageSizeType
private PageSizeType
ListPromptBuilder.pageSizeType