Uses of Class
com.googlecode.lanterna.gui2.dialogs.ListSelectDialogBuilder
Packages that use ListSelectDialogBuilder
-
Uses of ListSelectDialogBuilder in com.googlecode.lanterna.gui2.dialogs
Subclasses with type arguments of type ListSelectDialogBuilder in com.googlecode.lanterna.gui2.dialogsModifier and TypeClassDescriptionclassDialog builder for theListSelectDialogclass, use this to create instances of that class and to customize themMethods in com.googlecode.lanterna.gui2.dialogs that return ListSelectDialogBuilderModifier and TypeMethodDescriptionListSelectDialogBuilder.addListItem(T item) Adds an item to the list box at the endfinal ListSelectDialogBuilder<T> ListSelectDialogBuilder.addListItems(T... items) Adds a list of items to the list box at the end, in the order they are passed inprotected ListSelectDialogBuilder<T> ListSelectDialogBuilder.self()ListSelectDialogBuilder.setCanCancel(boolean canCancel) Sets if the dialog can be cancelled or not (default:true)ListSelectDialogBuilder.setListBoxSize(TerminalSize listBoxSize) Sets the size of the list box in the dialog, scrollbars will be used if there is not enough space to draw all items.