Uses of Enum Class
org.jline.consoleui.elements.PageSizeType
Packages that use PageSizeType
-
Uses of PageSizeType in org.jline.consoleui.elements
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
(org.jline.terminal.Terminal terminal, int pageSize, PageSizeType sizeType)