Uses of Class
org.jline.consoleui.elements.PageSizeType
-
Packages that use PageSizeType Package Description org.jline.consoleui.elements org.jline.consoleui.prompt -
-
Uses of PageSizeType in org.jline.consoleui.elements
Methods in org.jline.consoleui.elements that return PageSizeType Modifier and Type Method Description PageSizeType
Checkbox. getPageSizeType()
PageSizeType
ListChoice. getPageSizeType()
static PageSizeType
PageSizeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PageSizeType[]
PageSizeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jline.consoleui.elements with parameters of type PageSizeType Constructor Description Checkbox(java.lang.String message, java.lang.String name, int pageSize, PageSizeType pageSizeType, java.util.List<CheckboxItemIF> checkboxItemList)
ListChoice(java.lang.String message, java.lang.String name, int pageSize, PageSizeType pageSizeType, java.util.List<ListItemIF> listItemList)
-
Uses of PageSizeType in org.jline.consoleui.prompt
Methods in org.jline.consoleui.prompt with parameters of type PageSizeType Modifier and Type Method Description static int
ConsolePrompt. computePageSize(org.jline.terminal.Terminal terminal, int pageSize, PageSizeType sizeType)
-