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 PageSizeTypeCheckbox.pageSizeTypeprivate final PageSizeTypeListChoice.pageSizeTypeMethods in org.jline.consoleui.elements that return PageSizeTypeModifier and TypeMethodDescriptionCheckbox.getPageSizeType()ListChoice.getPageSizeType()static PageSizeTypeReturns 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 intConsolePrompt.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 PageSizeTypeCheckboxPromptBuilder.pageSizeTypeprivate PageSizeTypeListPromptBuilder.pageSizeType